summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-dialup/pptpclient/pptpclient-1.3.1.ebuild')
-rw-r--r--net-dialup/pptpclient/pptpclient-1.3.1.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/net-dialup/pptpclient/pptpclient-1.3.1.ebuild b/net-dialup/pptpclient/pptpclient-1.3.1.ebuild
index b68c2e5d39cb..543ae2d9637b 100644
--- a/net-dialup/pptpclient/pptpclient-1.3.1.ebuild
+++ b/net-dialup/pptpclient/pptpclient-1.3.1.ebuild
@@ -1,12 +1,13 @@
-# 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/net-dialup/pptpclient/pptpclient-1.3.1.ebuild,v 1.1 2003/08/26 15:27:26 jhhudso Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dialup/pptpclient/pptpclient-1.3.1.ebuild,v 1.2 2004/03/23 18:30:43 mholzer Exp $
MY_P=pptp-linux-${PV}
S=${WORKDIR}/${MY_P}
DESCRIPTION="Linux client for PPTP"
HOMEPAGE="http://pptpclient.sourceforge.net/"
SRC_URI="mirror://sourceforge/pptpclient/${MY_P}.tar.gz"
+RESTRICT="nomirror"
SLOT="0"
LICENSE="GPL-2"
@@ -16,7 +17,6 @@ IUSE="tcltk"
DEPEND="net-dialup/ppp
dev-lang/perl
tcltk? ( dev-perl/perl-tk )"
-RDEPEND="$DEPEND"
src_compile() {
make || die "make failed"