diff options
author | wiz <wiz@pkgsrc.org> | 2002-07-26 13:47:44 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-07-26 13:47:44 +0000 |
commit | eba41e273ed057f960d894f4d37b1349bfdfde44 (patch) | |
tree | 6e7b98c9995155e8ccc1ae2e12b83d5906298e14 /security/p5-Net-SSLeay | |
parent | 409f71065fcced5cec006c51105118890117d93b (diff) | |
download | pkgsrc-eba41e273ed057f960d894f4d37b1349bfdfde44.tar.gz |
Depends on openssl 0.9.6D, as noted by Eric Schnoebelen in pkg/17728.
Diffstat (limited to 'security/p5-Net-SSLeay')
-rw-r--r-- | security/p5-Net-SSLeay/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/p5-Net-SSLeay/Makefile b/security/p5-Net-SSLeay/Makefile index a8411b791c8..e80f6dfd304 100644 --- a/security/p5-Net-SSLeay/Makefile +++ b/security/p5-Net-SSLeay/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2002/06/10 01:53:32 shell Exp $ +# $NetBSD: Makefile,v 1.14 2002/07/26 13:47:44 wiz Exp $ DISTNAME= Net_SSLeay.pm-1.17 PKGNAME= p5-${DISTNAME:S/Net_/Net-/:S/.pm//} @@ -14,7 +14,7 @@ USE_BUILDLINK_ONLY= YES PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Net/SSLeay/.packlist MAKE_PARAMS= ${BUILDLINK_DIR} -USE_OPENSSL_VERSION= ${OPENSSL_VERSION_096B} +USE_OPENSSL_VERSION= ${OPENSSL_VERSION_096D} do-configure: @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL ${MAKE_PARAMS} |