diff options
author | John Marino <marino@FreeBSD.org> | 2016-09-09 06:39:18 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2016-09-09 06:39:18 +0000 |
commit | 969ba28b210a62ad3f253d8990671b2d2ff0a27a (patch) | |
tree | 5d84b93fa376c7307c869e8155e980388707cb65 /security/p5-Crypt-OpenSSL-EC | |
parent | 9b483a69ae04b755cb63caf56373c23ab50fb1fb (diff) | |
download | ports-969ba28b210a62ad3f253d8990671b2d2ff0a27a.tar.gz ports-969ba28b210a62ad3f253d8990671b2d2ff0a27a.zip |
Notes
Diffstat (limited to 'security/p5-Crypt-OpenSSL-EC')
-rw-r--r-- | security/p5-Crypt-OpenSSL-EC/Makefile | 3 |
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> |