svn commit: r462145 - head/textproc/htmldoc
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sat Feb 17 12:01:16 UTC 2018
Author: sunpoet
Date: Sat Feb 17 12:01:12 2018
New Revision: 462145
URL: https://svnweb.freebsd.org/changeset/ports/462145
Log:
Use BROKEN_SSL
Approved by: portmgr (blanket)
Modified:
head/textproc/htmldoc/Makefile
Modified: head/textproc/htmldoc/Makefile
==============================================================================
--- head/textproc/htmldoc/Makefile Sat Feb 17 12:01:08 2018 (r462144)
+++ head/textproc/htmldoc/Makefile Sat Feb 17 12:01:12 2018 (r462145)
@@ -13,6 +13,8 @@ COMMENT= Converts HTML to PDF and/or PostScript
LICENSE= GPLv2
+BROKEN_SSL= openssl-devel
+
LIB_DEPENDS= libpng.so:graphics/png
OPTIONS_DEFINE= HTMLDOCGUI
@@ -57,10 +59,4 @@ post-configure:
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/htmldoc
-.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-all
mailing list