diff options
author | cube <cube@pkgsrc.org> | 2003-11-12 05:19:40 +0000 |
---|---|---|
committer | cube <cube@pkgsrc.org> | 2003-11-12 05:19:40 +0000 |
commit | a0f8fb0fe55aae911977822f01bc3dbe689aa181 (patch) | |
tree | daa2eb01400466545c84db0c2f7bdaf445bc248a /net | |
parent | 7a0e5eff713faaff82bea1215443174966423e31 (diff) | |
download | pkgsrc-a0f8fb0fe55aae911977822f01bc3dbe689aa181.tar.gz |
Make it look for openssl 0.9.6l, in order to compile.
Diffstat (limited to 'net')
-rw-r--r-- | net/ppp-mppe/Makefile | 4 |
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 |