summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-pda/synce-librapi2/synce-librapi2-0.11.1-r1.ebuild')
-rw-r--r--app-pda/synce-librapi2/synce-librapi2-0.11.1-r1.ebuild7
1 files changed, 4 insertions, 3 deletions
diff --git a/app-pda/synce-librapi2/synce-librapi2-0.11.1-r1.ebuild b/app-pda/synce-librapi2/synce-librapi2-0.11.1-r1.ebuild
index d6b673dedd82..6cc79e186fec 100644
--- a/app-pda/synce-librapi2/synce-librapi2-0.11.1-r1.ebuild
+++ b/app-pda/synce-librapi2/synce-librapi2-0.11.1-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-librapi2/synce-librapi2-0.11.1-r1.ebuild,v 1.1 2008/12/19 22:07:20 mescalinum Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-librapi2/synce-librapi2-0.11.1-r1.ebuild,v 1.2 2009/01/24 12:34:55 mescalinum Exp $
DESCRIPTION="SynCE - RAPI communication library"
HOMEPAGE="http://sourceforge.net/projects/synce/"
@@ -13,11 +13,12 @@ DEPEND="dev-lang/python
>=dev-python/pyrex-0.9.6
>=dev-libs/check-0.8.2
~app-pda/synce-libsynce-0.11.1"
+RDEPEND="${DEPEND}"
SRC_URI="mirror://sourceforge/synce/librapi2-${PV}.tar.gz"
S="${WORKDIR}/librapi2-${PV}"
src_install() {
- make DESTDIR="${D}" install || die
+ emake DESTDIR="${D}" install || die
dodoc BUGS README README.contributing README.design TODO ChangeLog
}