diff options
Diffstat (limited to 'app-pda/synce-rra/synce-rra-0.8.4.ebuild')
-rw-r--r-- | app-pda/synce-rra/synce-rra-0.8.4.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-pda/synce-rra/synce-rra-0.8.4.ebuild b/app-pda/synce-rra/synce-rra-0.8.4.ebuild index b3b8bd381829..3e5861a9ee77 100644 --- a/app-pda/synce-rra/synce-rra-0.8.4.ebuild +++ b/app-pda/synce-rra/synce-rra-0.8.4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# 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-rra/synce-rra-0.8.4.ebuild,v 1.1 2003/09/08 14:24:00 tad Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-rra/synce-rra-0.8.4.ebuild,v 1.2 2004/04/25 22:41:06 agriffis Exp $ DESCRIPTION="Synchronize Windows CE devices with computers running GNU/Linux, like MS ActiveSync." HOMEPAGE="http://sourceforge.net/projects/synce/" @@ -16,7 +16,7 @@ DEPEND="virtual/glibc >=synce-libsynce-0.3" src_compile() { - econf + econf || die "econf failed" emake || die } |