diff options
Diffstat (limited to 'textproc/htmldoc')
-rw-r--r-- | textproc/htmldoc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/htmldoc/Makefile b/textproc/htmldoc/Makefile index 856643a739c1..76c6a19e3a54 100644 --- a/textproc/htmldoc/Makefile +++ b/textproc/htmldoc/Makefile @@ -56,7 +56,7 @@ post-install: .include <bsd.port.pre.mk> .if ${PORT_OPTIONS:MHTMLDOCGUI} -LIB_DEPENDS+= fltk:${PORTSDIR}/x11-toolkits/fltk +LIB_DEPENDS+= libfltk.so:${PORTSDIR}/x11-toolkits/fltk CONFIGURE_ARGS+=--with-gui=yes .else CONFIGURE_ARGS+=--with-gui=no |