svn commit: r462130 - head/dns/validns
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sat Feb 17 12:00:00 UTC 2018
Author: sunpoet
Date: Sat Feb 17 11:59:59 2018
New Revision: 462130
URL: https://svnweb.freebsd.org/changeset/ports/462130
Log:
Use BROKEN_SSL
Approved by: portmgr (blanket)
Modified:
head/dns/validns/Makefile
Modified: head/dns/validns/Makefile
==============================================================================
--- head/dns/validns/Makefile Sat Feb 17 11:59:54 2018 (r462129)
+++ head/dns/validns/Makefile Sat Feb 17 11:59:59 2018 (r462130)
@@ -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
@@ -28,12 +30,6 @@ MAKE_ARGS+= INCPATH=-I${LOCALBASE}/include
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
More information about the svn-ports-all
mailing list