diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2010-01-26 07:54:40 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2010-01-26 07:54:40 +0000 |
commit | b97b308363e2a0e435f4f3e004e82b54e77017ab (patch) | |
tree | c326aae3acb9b0c8a794656c759550b42c87d154 /textproc | |
parent | d9a35a7f8164759207a4ae90ee773bc7072a39e8 (diff) | |
download | ports-b97b308363e2a0e435f4f3e004e82b54e77017ab.tar.gz ports-b97b308363e2a0e435f4f3e004e82b54e77017ab.zip |
Notes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/htmldoc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/htmldoc/Makefile b/textproc/htmldoc/Makefile index 7bd6f665c720..11d5f2618166 100644 --- a/textproc/htmldoc/Makefile +++ b/textproc/htmldoc/Makefile @@ -50,8 +50,8 @@ post-configure: .if !defined(WITHOUT_HTMLDOCGUI) LIB_DEPENDS+= fltk:${PORTSDIR}/x11-toolkits/fltk -CONFIGURE_ARGS+=--enable-gui +CONFIGURE_ARGS+=--with-gui=yes .else -CONFIGURE_ARGS+=--disable-gui +CONFIGURE_ARGS+=--with-gui=no .endif .include <bsd.port.post.mk> |