summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>1999-11-24 10:33:01 +0000
committeragc <agc@pkgsrc.org>1999-11-24 10:33:01 +0000
commita93cea94084fc6f2182587acf24bd461f4084780 (patch)
tree46f71347c3ddc74adfe6cf41a3375cc85e6d4b04 /net
parent197677d35b144d0a607ec194e7710dd8592cb938 (diff)
downloadpkgsrc-a93cea94084fc6f2182587acf24bd461f4084780.tar.gz
Move from RUN_DEPENDS to DEPENDS, and clean up the directory path.
Diffstat (limited to 'net')
-rw-r--r--net/poptop/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/poptop/Makefile b/net/poptop/Makefile
index dd6b52c113a..577ebb3e72c 100644
--- a/net/poptop/Makefile
+++ b/net/poptop/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 1999/10/08 04:32:23 dbj Exp $
+# $NetBSD: Makefile,v 1.2 1999/11/24 10:33:01 agc Exp $
DISTNAME= pptpd-1.0.0
PKGNAME= poptop-1.0.0
@@ -15,7 +15,7 @@ CONFIGURE_ARGS+= --with-libwrap
.include "../../mk/bsd.prefs.mk"
.if defined(POPTOP_USE_MPPE)
-RUN_DEPENDS+= ${PREFIX}/sbin/pppd:../ppp-mppe
+DEPENDS+= ppp-mppe-2.3.9:../../net/ppp-mppe
CONFIGURE_ARGS+= --with-pppd=${PREFIX}/sbin/pppd
.endif