summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNorikatsu Shigemura <nork@FreeBSD.org>2010-05-04 10:57:10 +0000
committerNorikatsu Shigemura <nork@FreeBSD.org>2010-05-04 10:57:10 +0000
commitb0d345e26de53e37f97e48097da0f617e25fdeec (patch)
tree1b02231b9ffd11ea9aeec1ce7da53fd7ef0d011c
parentFix build issue WITH_OPENSSL_PORT. (diff)
Fix build issue WITH_OPENSSL_PORT.
PR: ports/146289 Submitted by: Dan Lukes dan obluda cz
Notes
Notes: svn path=/head/; revision=253672
-rw-r--r--security/p5-Crypt-SSLeay/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/security/p5-Crypt-SSLeay/Makefile b/security/p5-Crypt-SSLeay/Makefile
index c7e86bed5c29..61902a661905 100644
--- a/security/p5-Crypt-SSLeay/Makefile
+++ b/security/p5-Crypt-SSLeay/Makefile
@@ -19,6 +19,7 @@ RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
CONFIGURE_ARGS+= --lib=${OPENSSLBASE}
+MAKE_ARGS+= PASTHRU_INC=-I${OPENSSLINC}
USE_OPENSSL= yes
MAN3= Crypt::SSLeay.3 Net::SSL.3