summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorkim <kim>2002-08-10 17:34:42 +0000
committerkim <kim>2002-08-10 17:34:42 +0000
commit617f08d35e9985d95cf8c17edc1c2528d3f8585e (patch)
tree41dade22061ca88821b9099f8cda85288729dfd5 /net
parentde3bfeee66e09dda092de7631e93c1f1ad3eb9dc (diff)
downloadpkgsrc-617f08d35e9985d95cf8c17edc1c2528d3f8585e.tar.gz
Make this compile again after security/openssl was upgraded to 0.9.6g
Diffstat (limited to 'net')
-rw-r--r--net/ppp-mppe/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/ppp-mppe/Makefile b/net/ppp-mppe/Makefile
index 090681e6369..3c891f01cc5 100644
--- a/net/ppp-mppe/Makefile
+++ b/net/ppp-mppe/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2002/05/07 23:48:49 hubertf Exp $
+# $NetBSD: Makefile,v 1.15 2002/08/10 17:34:42 kim Exp $
DISTNAME= ppp-2.3.9
PKGNAME= ppp-mppe-2.3.9
@@ -11,7 +11,7 @@ COMMENT= PPP daemon and LKM with MPPE - Microsoft Point-to-Point Encryption
CONFLICTS+= ppp-2.*
-OPENSSL_VERS= 0.9.6
+OPENSSL_VERS= 0.9.6g
OPENSSL_SRC= ${_PKGSRCDIR}/security/openssl/${WRKDIR:T}/openssl-${OPENSSL_VERS}
HAS_CONFIGURE= yes