diff options
author | tron <tron> | 2002-10-07 20:05:53 +0000 |
---|---|---|
committer | tron <tron> | 2002-10-07 20:05:53 +0000 |
commit | 26b30eb9fa683564cc595b2429af6aa76ee6a9b6 (patch) | |
tree | 14cdf6ced731680ca41ef50c3a448407ec578471 /net/rp-pppoe | |
parent | d16e5bf986615570ff9e6a957e34695a391d71a3 (diff) | |
download | pkgsrc-26b30eb9fa683564cc595b2429af6aa76ee6a9b6.tar.gz |
Remove conditional dependence on "ppp" package.
Diffstat (limited to 'net/rp-pppoe')
-rw-r--r-- | net/rp-pppoe/Makefile | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/net/rp-pppoe/Makefile b/net/rp-pppoe/Makefile index d4ebb7febc0..21b565ada8c 100644 --- a/net/rp-pppoe/Makefile +++ b/net/rp-pppoe/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2002/10/06 21:08:58 tron Exp $ +# $NetBSD: Makefile,v 1.18 2002/10/07 20:05:53 tron Exp $ DISTNAME= rp-pppoe-3.3 CATEGORIES= net @@ -16,16 +16,6 @@ CONFIGURE_ENV+= PPPD=${PPPD} WRKSRC= ${WRKDIR}/${DISTNAME}/src -.include "../../mk/bsd.prefs.mk" - -.if ${OPSYS} == "NetBSD" && ${OS_VERSION:M1.[0-4]*} != "" -DEPENDS+= ppp>=2.3.10:../ppp - -PPPD= ${LOCALBASE}/sbin/pppd -.else -PPPD= /usr/sbin/pppd -.endif - post-build: ${SED} -e 's#$${PREFIX}#${PREFIX}#g' <${FILESDIR}/pppoe.sh \ >${WRKDIR}/pppoe.sh |