diff options
Diffstat (limited to 'app-pda/msynctool/msynctool-0.19.ebuild')
-rw-r--r-- | app-pda/msynctool/msynctool-0.19.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-pda/msynctool/msynctool-0.19.ebuild b/app-pda/msynctool/msynctool-0.19.ebuild index c6be17ed8a61..932a4d814a03 100644 --- a/app-pda/msynctool/msynctool-0.19.ebuild +++ b/app-pda/msynctool/msynctool-0.19.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-pda/msynctool/msynctool-0.19.ebuild,v 1.1 2006/10/23 20:27:14 peper Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-pda/msynctool/msynctool-0.19.ebuild,v 1.2 2006/11/10 18:54:39 peper Exp $ DESCRIPTION="OpenSync msync tool" HOMEPAGE="http://www.opensync.org/" @@ -11,10 +11,10 @@ SLOT="0" LICENSE="GPL-2" IUSE="" -DEPEND=">=app-pda/libopensync-0.19" +DEPEND="=app-pda/libopensync-${PV}*" RDEPEND="${DEPEND}" src_install() { - make DESTDIR="${D}" install || die + emake DESTDIR="${D}" install || die "emake install failed" dodoc AUTHORS ChangeLog NEWS README TODO } |