summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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