aboutsummaryrefslogtreecommitdiffstats
path: root/dns
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2018-02-17 19:59:54 +0800
committersunpoet <sunpoet@FreeBSD.org>2018-02-17 19:59:54 +0800
commit89e1c4021a4329ffd79bbf0a9b7c33475ee487a4 (patch)
tree615b5af0c8d41856de437ac3a4592bccd493085a /dns
parentf3009a32c1d89d610e218d150ebdebf32dc9f05d (diff)
downloadfreebsd-ports-gnome-89e1c4021a4329ffd79bbf0a9b7c33475ee487a4.tar.gz
freebsd-ports-gnome-89e1c4021a4329ffd79bbf0a9b7c33475ee487a4.tar.zst
freebsd-ports-gnome-89e1c4021a4329ffd79bbf0a9b7c33475ee487a4.zip
Use BROKEN_SSL
Approved by: portmgr (blanket)
Diffstat (limited to 'dns')
-rw-r--r--dns/credns/Makefile10
1 files changed, 3 insertions, 7 deletions
diff --git a/dns/credns/Makefile b/dns/credns/Makefile
index d7e5b1aceb29..7a0d140350b7 100644
--- a/dns/credns/Makefile
+++ b/dns/credns/Makefile
@@ -13,6 +13,8 @@ COMMENT= Verifier performing validation in the DNS notify/transfer-chain
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
+BROKEN_SSL= openssl-devel
+
USE_RC_SUBR= credns
USERS?= bind
@@ -59,10 +61,4 @@ post-install:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
cd ${WRKSRC}/doc && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}
-.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>