aboutsummaryrefslogtreecommitdiff
path: root/security/p5-Crypt-OpenSSL-EC
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2016-09-09 06:39:18 +0000
committerJohn Marino <marino@FreeBSD.org>2016-09-09 06:39:18 +0000
commit969ba28b210a62ad3f253d8990671b2d2ff0a27a (patch)
tree5d84b93fa376c7307c869e8155e980388707cb65 /security/p5-Crypt-OpenSSL-EC
parent9b483a69ae04b755cb63caf56373c23ab50fb1fb (diff)
downloadports-969ba28b210a62ad3f253d8990671b2d2ff0a27a.tar.gz
ports-969ba28b210a62ad3f253d8990671b2d2ff0a27a.zip
security/p5-Crypt-OpenSSL-EC: USES+=ssl, Set CFLAGS accordingly
Approved by: SSL blanket
Notes
Notes: svn path=/head/; revision=421599
Diffstat (limited to 'security/p5-Crypt-OpenSSL-EC')
-rw-r--r--security/p5-Crypt-OpenSSL-EC/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/security/p5-Crypt-OpenSSL-EC/Makefile b/security/p5-Crypt-OpenSSL-EC/Makefile
index 2d59829dbd3c..960c5763a45d 100644
--- a/security/p5-Crypt-OpenSSL-EC/Makefile
+++ b/security/p5-Crypt-OpenSSL-EC/Makefile
@@ -14,7 +14,8 @@ COMMENT= Perl extension for OpenSSL EC (Elliptic Curves) library
BUILD_DEPENDS= p5-Crypt-OpenSSL-Bignum>=0.04:security/p5-Crypt-OpenSSL-Bignum
RUN_DEPENDS:= ${BUILD_DEPENDS}
-USES= perl5
+USES= perl5 ssl
USE_PERL5= configure
+CFLAGS+= -I${OPENSSLINC}
.include <bsd.port.mk>