diff options
Diffstat (limited to 'net-dialup/pptpd/pptpd-1.1.3.ebuild')
-rw-r--r-- | net-dialup/pptpd/pptpd-1.1.3.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-dialup/pptpd/pptpd-1.1.3.ebuild b/net-dialup/pptpd/pptpd-1.1.3.ebuild index 7cd4782f6142..32ffb5b040aa 100644 --- a/net-dialup/pptpd/pptpd-1.1.3.ebuild +++ b/net-dialup/pptpd/pptpd-1.1.3.ebuild @@ -1,20 +1,20 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/pptpd/pptpd-1.1.3.ebuild,v 1.3 2003/07/13 11:36:51 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/pptpd/pptpd-1.1.3.ebuild,v 1.4 2003/09/07 00:09:22 msterret Exp $ S=${WORKDIR}/pptpd-1.1.3 DESCRIPTION="Linux Point-to-Point Tunnelling Protocol Server" SRC_URI="http://unc.dl.sourceforge.net/sourceforge/poptop/pptpd-1.1.3.tar.gz" HOMEPAGE="http://sourceforge.net/projects/poptop/" -DEPEND="virtual/glibc net-dialup/ppp" +DEPEND="virtual/glibc net-dialup/ppp" SLOT="0" LICENSE="GPL-2" KEYWORDS="x86" src_compile() { - econf || die + econf || die emake || die } |