diff options
author | Robert Clausecker <fuz@FreeBSD.org> | 2023-09-19 06:27:30 +0200 |
---|---|---|
committer | Robert Clausecker <fuz@FreeBSD.org> | 2023-09-22 00:54:44 -0400 |
commit | 48c5dd95ac86d78830ef6ddb9617fb60c31e088c (patch) | |
tree | 3f2d10ef66876addaa0497dedb439406d9ecdd6e /textproc/htmldoc/Makefile | |
parent | security/tor: update 0.4.8.5 → 0.4.8.6 (diff) |
textproc/htmldoc: update to 1.9.17
Get rid of now obsolete workaround for clang 8 bug.
Get rid of now obsolete GNUTLS option.
Changelog: https://www.msweet.org/blog/2023-09-17-htmldoc-1.9.17.html
Diffstat (limited to 'textproc/htmldoc/Makefile')
-rw-r--r-- | textproc/htmldoc/Makefile | 16 |
1 files changed, 5 insertions, 11 deletions
diff --git a/textproc/htmldoc/Makefile b/textproc/htmldoc/Makefile index 8699beb2110c..be9f380f05bd 100644 --- a/textproc/htmldoc/Makefile +++ b/textproc/htmldoc/Makefile @@ -1,6 +1,5 @@ PORTNAME= htmldoc -PORTVERSION= 1.9.16 -PORTREVISION= 1 +PORTVERSION= 1.9.17 DISTVERSIONPREFIX= v CATEGORIES= textproc @@ -13,7 +12,8 @@ LICENSE_FILE= ${WRKSRC}/COPYING BROKEN_mips= complains about expecting ) before png_ptr -LIB_DEPENDS= libpng.so:graphics/png +LIB_DEPENDS= libcups.so:print/cups \ + libpng.so:graphics/png USES= compiler:c11 cpe jpeg pkgconfig CPE_VENDOR= ${PORTNAME}_project @@ -22,18 +22,12 @@ GH_ACCOUNT= michaelrsweet HAS_CONFIGURE= yes -OPTIONS_DEFINE= GNUTLS HTMLDOCGUI -OPTIONS_DEFAULT= GNUTLS - +OPTIONS_DEFINE= HTMLDOCGUI HTMLDOCGUI_DESC= Build GUI front-end - -GNUTLS_LIB_DEPENDS= libgnutls.so:security/gnutls -GNUTLS_CONFIGURE_ENABLE= gnutls - HTMLDOCGUI_LIB_DEPENDS= libfltk.so:x11-toolkits/fltk \ libfontconfig.so:x11-fonts/fontconfig HTMLDOCGUI_USES= xorg -HTMLDOCGUI_USE= XORG=x11,xcursor,xext,xfixes,xft,xinerama,xrender +HTMLDOCGUI_USE= XORG=x11,xcursor,xext,xfixes,xft,xinerama,xpm,xrender HTMLDOCGUI_CONFIGURE_WITH= gui=yes post-install: |