summaryrefslogtreecommitdiff
path: root/security/p5-Net-SSLeay
diff options
context:
space:
mode:
authormartti <martti>2002-04-24 05:40:49 +0000
committermartti <martti>2002-04-24 05:40:49 +0000
commit71fd7496b67154b3213ec8469533285d4d73df29 (patch)
tree2d92c97755468414819e45136ea89eebeda03696 /security/p5-Net-SSLeay
parent9fc88238165b3192c2227d27800ef88d66ba8fba (diff)
downloadpkgsrc-71fd7496b67154b3213ec8469533285d4d73df29.tar.gz
Fix the USE_OPENSSL_VERSION setting
Diffstat (limited to 'security/p5-Net-SSLeay')
-rw-r--r--security/p5-Net-SSLeay/Makefile4
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}