diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-02-17 20:01:12 +0800 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-02-17 20:01:12 +0800 |
commit | aa2d8789d482e76950e2edf9f9674a934b3b90e6 (patch) | |
tree | fed8a415a7673b9413c9ee8fe5b9a5a4107c1ddd /textproc | |
parent | 36564f290c5b022b75bc0a7b3b2410883ab9cefb (diff) | |
download | freebsd-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/Makefile | 10 |
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> |