From d36404ed6c48095d421c046b39fb0215ac74bcec Mon Sep 17 00:00:00 2001 From: erwin Date: Thu, 19 Jan 2006 14:32:06 +0000 Subject: Pass correct OpenSSL base directory to Makefile.PL PR: 91958 Submitted by: skv --- security/p5-Crypt-SSLeay/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'security/p5-Crypt-SSLeay') 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 -- cgit