aboutsummaryrefslogtreecommitdiff
path: root/security/p5-Crypt-SSLeay
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2006-01-19 14:32:06 +0000
committerErwin Lansing <erwin@FreeBSD.org>2006-01-19 14:32:06 +0000
commit52f669521274433f56be1382fa4beb52e60c1919 (patch)
tree5dacaf0bbb1e3d2157ea83ad2364816eaaae1116 /security/p5-Crypt-SSLeay
parentffebaa2f6fc2c10eb7935cadfe197615de6debc6 (diff)
downloadports-52f669521274433f56be1382fa4beb52e60c1919.tar.gz
ports-52f669521274433f56be1382fa4beb52e60c1919.zip
Pass correct OpenSSL base directory to Makefile.PL
PR: 91958 Submitted by: skv
Notes
Notes: svn path=/head/; revision=153874
Diffstat (limited to 'security/p5-Crypt-SSLeay')
-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