diff options
author | agc <agc> | 1999-11-24 10:33:01 +0000 |
---|---|---|
committer | agc <agc> | 1999-11-24 10:33:01 +0000 |
commit | f2e063721e3bde6745065ee333e0fb5e4030d13f (patch) | |
tree | 46f71347c3ddc74adfe6cf41a3375cc85e6d4b04 | |
parent | cfc2354f0bb033fe3f09aca07c3d66d1ceae1a32 (diff) | |
download | pkgsrc-f2e063721e3bde6745065ee333e0fb5e4030d13f.tar.gz |
Move from RUN_DEPENDS to DEPENDS, and clean up the directory path.
-rw-r--r-- | net/poptop/Makefile | 4 |
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 |