aboutsummaryrefslogtreecommitdiff
path: root/security/p5-Crypt-SSLeay
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2016-09-08 18:10:59 +0000
committerJohn Marino <marino@FreeBSD.org>2016-09-08 18:10:59 +0000
commit6b78d11f5a2862bc45fd6035ec3f286356c71d2e (patch)
tree88fc1cd46c6868cf2ea7d255da344ddcdc4e31cc /security/p5-Crypt-SSLeay
parentf9e76559818e174f01c31a760d25a6ae8b85033f (diff)
downloadports-6b78d11f5a2862bc45fd6035ec3f286356c71d2e.tar.gz
ports-6b78d11f5a2862bc45fd6035ec3f286356c71d2e.zip
security/p5-Crypt-SSLeay: Set CFLAGS to support USES+=ssl
Approved by: SSL blanket
Notes
Notes: svn path=/head/; revision=421573
Diffstat (limited to 'security/p5-Crypt-SSLeay')
-rw-r--r--security/p5-Crypt-SSLeay/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/p5-Crypt-SSLeay/Makefile b/security/p5-Crypt-SSLeay/Makefile
index ecd4b64549a9..b39b1e0e52f7 100644
--- a/security/p5-Crypt-SSLeay/Makefile
+++ b/security/p5-Crypt-SSLeay/Makefile
@@ -18,9 +18,9 @@ BUILD_DEPENDS= p5-LWP-Protocol-https>=6.02:www/p5-LWP-Protocol-https \
p5-Try-Tiny>=0.19:lang/p5-Try-Tiny
RUN_DEPENDS= p5-LWP-Protocol-https>=6.02:www/p5-LWP-Protocol-https
-USES= perl5
+USES= perl5 ssl
USE_PERL5= configure
-USE_OPENSSL= yes
CONFIGURE_ARGS= --no-live-tests
+CFLAGS+= -I${OPENSSLINC}
.include <bsd.port.mk>