diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-02-17 19:59:59 +0800 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-02-17 19:59:59 +0800 |
commit | 548711ae7197e2db29a1e3ed60e262d8f0792130 (patch) | |
tree | 380c37f25b1ad2c7d189879977ff61c88bd2ce1f /dns | |
parent | 8fc099ecd6e6e4d1b21ffb3dcef1ccc065af53dd (diff) | |
download | freebsd-ports-gnome-548711ae7197e2db29a1e3ed60e262d8f0792130.tar.gz freebsd-ports-gnome-548711ae7197e2db29a1e3ed60e262d8f0792130.tar.zst freebsd-ports-gnome-548711ae7197e2db29a1e3ed60e262d8f0792130.zip |
Use BROKEN_SSL
Approved by: portmgr (blanket)
Diffstat (limited to 'dns')
-rw-r--r-- | dns/validns/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/dns/validns/Makefile b/dns/validns/Makefile index 4a53762e527a..6d213cde8f71 100644 --- a/dns/validns/Makefile +++ b/dns/validns/Makefile @@ -12,6 +12,8 @@ COMMENT= High performance DNS/DNSSEC zone validator LICENSE= BSD2CLAUSE +BROKEN_SSL= openssl-devel + LIB_DEPENDS= libJudy.so:devel/judy USES= ssl @@ -29,12 +31,6 @@ MAKE_ARGS+= EXTRALPATH=-L${LOCALBASE}/lib OPTIONS_DEFINE= DOCS -.include <bsd.port.options.mk> - -.if ${SSL_DEFAULT:Mopenssl-devel} -BROKEN= Does not build with openssl-devel -.endif - do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin ${INSTALL_DATA} ${WRKSRC}/*.1 ${STAGEDIR}${MAN1PREFIX}/man/man1/ |