aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2018-02-17 20:01:12 +0800
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2018-02-17 20:01:12 +0800
commitaa2d8789d482e76950e2edf9f9674a934b3b90e6 (patch)
treefed8a415a7673b9413c9ee8fe5b9a5a4107c1ddd /textproc
parent36564f290c5b022b75bc0a7b3b2410883ab9cefb (diff)
downloadfreebsd-ports-gnome-aa2d8789d482e76950e2edf9f9674a934b3b90e6.tar.gz
freebsd-ports-gnome-aa2d8789d482e76950e2edf9f9674a934b3b90e6.tar.zst
freebsd-ports-gnome-aa2d8789d482e76950e2edf9f9674a934b3b90e6.zip
Use BROKEN_SSL
Approved by: portmgr (blanket)
Diffstat (limited to 'textproc')
-rw-r--r--textproc/htmldoc/Makefile10
1 files changed, 3 insertions, 7 deletions
diff --git a/textproc/htmldoc/Makefile b/textproc/htmldoc/Makefile
index 7c18aef7af9c..bab0be0c551f 100644
--- a/textproc/htmldoc/Makefile
+++ b/textproc/htmldoc/Makefile
@@ -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>