From f2e063721e3bde6745065ee333e0fb5e4030d13f Mon Sep 17 00:00:00 2001 From: agc Date: Wed, 24 Nov 1999 10:33:01 +0000 Subject: Move from RUN_DEPENDS to DEPENDS, and clean up the directory path. --- net/poptop/Makefile | 4 ++-- 1 file 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 -- cgit v1.2.3