summaryrefslogtreecommitdiff
path: root/net/pptp
diff options
context:
space:
mode:
authordholland <dholland@pkgsrc.org>2012-07-22 00:21:22 +0000
committerdholland <dholland@pkgsrc.org>2012-07-22 00:21:22 +0000
commit59dd1eab8a2483096a206812390d31ed9ce0e7c1 (patch)
tree7d4f1296b54660cc6eccdf84e79b613a65368228 /net/pptp
parent56ac1eb2a47b066976ebd5bcbd87c09c0d55cd20 (diff)
downloadpkgsrc-59dd1eab8a2483096a206812390d31ed9ce0e7c1.tar.gz
Fix typo in non-default DEPENDS.
Diffstat (limited to 'net/pptp')
-rw-r--r--net/pptp/Makefile4
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