diff options
author | martti <martti@pkgsrc.org> | 2002-04-24 05:40:49 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2002-04-24 05:40:49 +0000 |
commit | 9692db4de4d2a23ac8c3453735472e9a6b9cc374 (patch) | |
tree | 2d92c97755468414819e45136ea89eebeda03696 /security | |
parent | 4b87eee154e18604963de664ba2e6c70ec1d092f (diff) | |
download | pkgsrc-9692db4de4d2a23ac8c3453735472e9a6b9cc374.tar.gz |
Fix the USE_OPENSSL_VERSION setting
Diffstat (limited to 'security')
-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 9a3900140ce..77eda324d42 100644 --- a/security/p5-Net-SSLeay/Makefile +++ b/security/p5-Net-SSLeay/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2002/04/17 11:06:54 shell Exp $ +# $NetBSD: Makefile,v 1.12 2002/04/24 05:40:49 martti Exp $ DISTNAME= Net_SSLeay.pm-1.15 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_096A +USE_OPENSSL_VERSION= ${OPENSSL_VERSION_096A} do-configure: @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL ${MAKE_PARAMS} |