diff options
Diffstat (limited to 'app-misc/scmxx')
-rw-r--r-- | app-misc/scmxx/scmxx-0.6.0.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/app-misc/scmxx/scmxx-0.6.0.ebuild b/app-misc/scmxx/scmxx-0.6.0.ebuild index f433ef3167c5..ee999a11d694 100644 --- a/app-misc/scmxx/scmxx-0.6.0.ebuild +++ b/app-misc/scmxx/scmxx-0.6.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/scmxx/scmxx-0.6.0.ebuild,v 1.4 2002/10/04 04:57:24 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/scmxx/scmxx-0.6.0.ebuild,v 1.5 2002/10/17 00:24:16 vapier Exp $ S=${WORKDIR}/${P} DESCRIPTION="Exchange data with Siemens phones." @@ -12,13 +12,14 @@ LICENSE="GPL-2" KEYWORDS="x86" DEPEND="virtual/glibc" +RDEPEND="${DEPEND}" src_compile() { econf || die "./configure failed" emake || die } -src_install () { +src_install() { make DESTDIR=${D} install || die exeinto /usr/lib/scmxx doexe contrib/* |