summaryrefslogtreecommitdiff
path: root/security/p5-Net-SSLeay
diff options
context:
space:
mode:
authorseb <seb>2003-03-05 11:42:53 +0000
committerseb <seb>2003-03-05 11:42:53 +0000
commitaf37dbe0d362223fbc5c8921d28cb16b76384ea2 (patch)
tree29063e87b5257ebcc9401ebe47ba70499c9fab84 /security/p5-Net-SSLeay
parent3b3c8dffa0c89ed8e5a4f88ab3054be36138d030 (diff)
downloadpkgsrc-af37dbe0d362223fbc5c8921d28cb16b76384ea2.tar.gz
Pass prefix to openssl as argument to the configure stage: helps
when openssl is not in places planned by Makefile.PL (like LOCALBASE).
Diffstat (limited to 'security/p5-Net-SSLeay')
-rw-r--r--security/p5-Net-SSLeay/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/security/p5-Net-SSLeay/Makefile b/security/p5-Net-SSLeay/Makefile
index 9d6feb8f0ef..459fbeca7e1 100644
--- a/security/p5-Net-SSLeay/Makefile
+++ b/security/p5-Net-SSLeay/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2002/12/31 14:15:17 shell Exp $
+# $NetBSD: Makefile,v 1.19 2003/03/05 11:42:53 seb Exp $
DISTNAME= Net_SSLeay.pm-1.21
PKGNAME= p5-${DISTNAME:S/Net_/Net-/:S/.pm//}
@@ -14,6 +14,7 @@ USE_BUILDLINK2= YES
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Net/SSLeay/.packlist
USE_OPENSSL_VERSION= ${OPENSSL_VERSION_096G}
+MAKE_PARAMS+= ${BUILDLINK_PREFIX.openssl}
.include "../../lang/perl5/module.mk"
.include "../../security/openssl/buildlink2.mk"