summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authoruebayasi <uebayasi@pkgsrc.org>2002-11-30 05:13:23 +0000
committeruebayasi <uebayasi@pkgsrc.org>2002-11-30 05:13:23 +0000
commit049d5d69d62859ff1720a50417b60a2b08ae1ad4 (patch)
treedc38559336d79f845bfff1f90750dd1e406bf88f /security
parent53521aa4187bc34d3b8a054cb4938d69b0b580e0 (diff)
downloadpkgsrc-049d5d69d62859ff1720a50417b60a2b08ae1ad4.tar.gz
Explicitly specify the path to Perl5 executable for configure script.
Reported by Jonathan Perkin in PR19205.
Diffstat (limited to 'security')
-rw-r--r--security/openssl/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/openssl/Makefile b/security/openssl/Makefile
index 7ea5ed8cad1..d0efd1e5155 100644
--- a/security/openssl/Makefile
+++ b/security/openssl/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.61 2002/09/07 07:17:00 jlam Exp $
+# $NetBSD: Makefile,v 1.62 2002/11/30 05:13:23 uebayasi Exp $
DISTNAME= openssl-0.9.6g
SVR4_PKGNAME= ossl
@@ -22,7 +22,7 @@ LICENCE= fee-based-commercial-use
USE_BUILDLINK2= YES
CONFIGURE_SCRIPT= config
CONFIGURE_ARGS= shared --openssldir=${PKG_SYSCONFDIR} --prefix=${PREFIX}
-CONFIGURE_ENV= CC="${CC}"
+CONFIGURE_ENV= CC="${CC}" PERL="${PERL5}"
PLIST_SRC= ${PKGDIR}/PLIST.${LOWER_OPSYS}
PLIST_SRC+= ${PLIST_RSAREF}