svn commit: r462129 - head/dns/credns
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sat Feb 17 11:59:54 UTC 2018
Author: sunpoet
Date: Sat Feb 17 11:59:54 2018
New Revision: 462129
URL: https://svnweb.freebsd.org/changeset/ports/462129
Log:
Use BROKEN_SSL
Approved by: portmgr (blanket)
Modified:
head/dns/credns/Makefile
Modified: head/dns/credns/Makefile
==============================================================================
--- head/dns/credns/Makefile Sat Feb 17 11:59:48 2018 (r462128)
+++ head/dns/credns/Makefile Sat Feb 17 11:59:54 2018 (r462129)
@@ -13,6 +13,8 @@ COMMENT= Verifier performing validation in the DNS not
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>
More information about the svn-ports-head
mailing list