summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-pda/libopensync/libopensync-0.20.ebuild')
-rw-r--r--app-pda/libopensync/libopensync-0.20.ebuild7
1 files changed, 4 insertions, 3 deletions
diff --git a/app-pda/libopensync/libopensync-0.20.ebuild b/app-pda/libopensync/libopensync-0.20.ebuild
index 192ac4877637..02ee8055080d 100644
--- a/app-pda/libopensync/libopensync-0.20.ebuild
+++ b/app-pda/libopensync/libopensync-0.20.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/libopensync/libopensync-0.20.ebuild,v 1.3 2006/11/13 21:49:34 peper Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/libopensync/libopensync-0.20.ebuild,v 1.4 2007/02/12 20:53:16 peper Exp $
DESCRIPTION="OpenSync synchronisation framework library"
HOMEPAGE="http://www.opensync.org/"
@@ -16,6 +16,7 @@ IUSE="debug doc python"
RDEPEND=">=dev-db/sqlite-3
>=dev-libs/glib-2
+ dev-libs/libxml2
python? ( >=dev-lang/python-2.2
>=dev-lang/swig-1.3.17 )
debug? ( >=dev-libs/check-0.9.2 ) "
@@ -27,6 +28,7 @@ DEPEND="${RDEPEND}
RESTRICT="test"
src_compile() {
+ #$(use_enable test unit-tests) \
econf \
--enable-engine \
--enable-tools \
@@ -34,7 +36,6 @@ src_compile() {
$(use_enable debug) \
$(use_enable debug tracing) \
|| die "econf failed"
- #$(use_enable test unit-tests)
emake || die "emake failed"