aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorerwin <erwin@FreeBSD.org>2006-01-19 22:32:06 +0800
committererwin <erwin@FreeBSD.org>2006-01-19 22:32:06 +0800
commitd36404ed6c48095d421c046b39fb0215ac74bcec (patch)
tree4fe85a44d846a219d793816ffc61f5effed87a68
parentd1e6c1000f3cb2298ca33c7253eea23b75b93420 (diff)
downloadfreebsd-ports-gnome-d36404ed6c48095d421c046b39fb0215ac74bcec.tar.gz
freebsd-ports-gnome-d36404ed6c48095d421c046b39fb0215ac74bcec.tar.zst
freebsd-ports-gnome-d36404ed6c48095d421c046b39fb0215ac74bcec.zip
Pass correct OpenSSL base directory to Makefile.PL
PR: 91958 Submitted by: skv
-rw-r--r--security/p5-Crypt-SSLeay/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/p5-Crypt-SSLeay/Makefile b/security/p5-Crypt-SSLeay/Makefile
index e6df3a1ba8fa..614fddfdf192 100644
--- a/security/p5-Crypt-SSLeay/Makefile
+++ b/security/p5-Crypt-SSLeay/Makefile
@@ -19,7 +19,7 @@ BUILD_DEPENDS= ${SITE_PERL}/URI/URL.pm:${PORTSDIR}/net/p5-URI
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
-CONFIGURE_ARGS+= "/usr"
+CONFIGURE_ARGS+= ${OPENSSLBASE}
USE_OPENSSL= yes
MAN3= Crypt::SSLeay.3