diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2018-02-17 19:59:59 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2018-02-17 19:59:59 +0800 |
commit | d55eb3f6b20d38b0d8bd4cf80b4eb940ccb79e6f (patch) | |
tree | 380c37f25b1ad2c7d189879977ff61c88bd2ce1f /dns | |
parent | 89e1c4021a4329ffd79bbf0a9b7c33475ee487a4 (diff) | |
download | freebsd-ports-gnome-d55eb3f6b20d38b0d8bd4cf80b4eb940ccb79e6f.tar.gz freebsd-ports-gnome-d55eb3f6b20d38b0d8bd4cf80b4eb940ccb79e6f.tar.zst freebsd-ports-gnome-d55eb3f6b20d38b0d8bd4cf80b4eb940ccb79e6f.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/ |