diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-04-16 11:08:06 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-04-16 11:08:06 +0000 |
commit | a644e6fed11b00ff7ac2858f6ad694f766205f9c (patch) | |
tree | 13a24bc70ecf57bac1d8127f59ef42a54b77ac7b /security | |
parent | 359043f5d75b9f7d414dacdc562f5c650ca9b3b5 (diff) | |
download | freebsd-ports-a644e6fed11b00ff7ac2858f6ad694f766205f9c.zip |
Use BROKEN_SSL
Diffstat (limited to 'security')
-rw-r--r-- | security/p5-Crypt-OpenSSL-ECDSA/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/security/p5-Crypt-OpenSSL-ECDSA/Makefile b/security/p5-Crypt-OpenSSL-ECDSA/Makefile index 0b52eecbabdb..72a32063c4eb 100644 --- a/security/p5-Crypt-OpenSSL-ECDSA/Makefile +++ b/security/p5-Crypt-OpenSSL-ECDSA/Makefile @@ -16,6 +16,8 @@ LICENSE_COMB= dual BUILD_DEPENDS= p5-Crypt-OpenSSL-EC>=0.05:security/p5-Crypt-OpenSSL-EC RUN_DEPENDS:= ${BUILD_DEPENDS} +BROKEN_SSL= openssl-devel + USES= perl5 ssl USE_PERL5= 5.18+ configure CFLAGS+= -I${OPENSSLINC} @@ -23,10 +25,4 @@ CFLAGS+= -I${OPENSSLINC} post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Crypt/OpenSSL/ECDSA/ECDSA.so -.include <bsd.port.pre.mk> - -.if ${SSL_DEFAULT:Mopenssl-devel} -BROKEN= Does not build with openssl-devel -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |