diff options
author | dholland <dholland@pkgsrc.org> | 2012-07-22 00:21:22 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2012-07-22 00:21:22 +0000 |
commit | 59dd1eab8a2483096a206812390d31ed9ce0e7c1 (patch) | |
tree | 7d4f1296b54660cc6eccdf84e79b613a65368228 /net/pptp | |
parent | 56ac1eb2a47b066976ebd5bcbd87c09c0d55cd20 (diff) | |
download | pkgsrc-59dd1eab8a2483096a206812390d31ed9ce0e7c1.tar.gz |
Fix typo in non-default DEPENDS.
Diffstat (limited to 'net/pptp')
-rw-r--r-- | net/pptp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/pptp/Makefile b/net/pptp/Makefile index 78555121c1e..30ff10b5fc8 100644 --- a/net/pptp/Makefile +++ b/net/pptp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2010/10/24 16:55:03 pettai Exp $ +# $NetBSD: Makefile,v 1.16 2012/07/22 00:21:22 dholland Exp $ DISTNAME= pptp-1.7.1 PKGREVISION= 1 @@ -32,7 +32,7 @@ post-install: # Not quite yet---special config for MPPE in pppd. .if defined(PPTP_USE_MPPE) -DEPENDS+= pppd>=2.4.3:../../net/ppp +DEPENDS+= pppd>=2.4.3:../../net/pppd MAKE_FLAGS+= PPPD=${PREFIX}/sbin/pppd .else MAKE_FLAGS+= PPPD=/usr/sbin/pppd |