summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcube <cube>2003-11-12 05:19:40 +0000
committercube <cube>2003-11-12 05:19:40 +0000
commit3f731891777fd92a496d407735b98ab856744e95 (patch)
treedaa2eb01400466545c84db0c2f7bdaf445bc248a
parent30739c9f7cbc4a97f4e7f224c0299f01b5e440c4 (diff)
downloadpkgsrc-3f731891777fd92a496d407735b98ab856744e95.tar.gz
Make it look for openssl 0.9.6l, in order to compile.
-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 7a001d8902b..8d5cb07da02 100644
--- a/net/ppp-mppe/Makefile
+++ b/net/ppp-mppe/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2003/11/12 03:39:42 jschauma Exp $
+# $NetBSD: Makefile,v 1.22 2003/11/12 05:19:40 cube Exp $
DISTNAME= ppp-2.3.9
PKGNAME= ppp-mppe-2.3.9
@@ -14,7 +14,7 @@ CONFLICTS+= ppp-2.*
ONLY_FOR_PLATFORM= NetBSD-*-*
-OPENSSL_VERS= 0.9.6k
+OPENSSL_VERS= 0.9.6l
OPENSSL_SRC= ${_PKGSRCDIR}/security/openssl/${WRKDIR:T}/openssl-${OPENSSL_VERS}
HAS_CONFIGURE= yes