diff options
Diffstat (limited to 'app-pda/synce-librapi2/synce-librapi2-0.8.9.ebuild')
-rw-r--r-- | app-pda/synce-librapi2/synce-librapi2-0.8.9.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-pda/synce-librapi2/synce-librapi2-0.8.9.ebuild b/app-pda/synce-librapi2/synce-librapi2-0.8.9.ebuild index b8ce1932f1ee..4a9fbac9937a 100644 --- a/app-pda/synce-librapi2/synce-librapi2-0.8.9.ebuild +++ b/app-pda/synce-librapi2/synce-librapi2-0.8.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-librapi2/synce-librapi2-0.8.9.ebuild,v 1.1 2004/03/26 12:34:10 tad Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-librapi2/synce-librapi2-0.8.9.ebuild,v 1.2 2004/04/25 22:37:38 agriffis Exp $ DESCRIPTION="Synchronize Windows CE devices with computers running GNU/Linux, like MS ActiveSync." HOMEPAGE="http://sourceforge.net/projects/synce/" @@ -15,7 +15,7 @@ DEPEND=">=dev-libs/check-0.8.2 >=app-pda/synce-libsynce-0.8.9" src_compile() { - econf + econf || die "econf failed" emake || die } |