aboutsummaryrefslogtreecommitdiff
path: root/textproc/htmldoc
diff options
context:
space:
mode:
authorPietro Cerutti <gahr@FreeBSD.org>2010-01-26 07:54:40 +0000
committerPietro Cerutti <gahr@FreeBSD.org>2010-01-26 07:54:40 +0000
commitb97b308363e2a0e435f4f3e004e82b54e77017ab (patch)
treec326aae3acb9b0c8a794656c759550b42c87d154 /textproc/htmldoc
parentd9a35a7f8164759207a4ae90ee773bc7072a39e8 (diff)
downloadports-b97b308363e2a0e435f4f3e004e82b54e77017ab.tar.gz
ports-b97b308363e2a0e435f4f3e004e82b54e77017ab.zip
- Really disable GUI if not needed
PR: 142747 Submitted by: gahr Approved by: maintainer (timeout)
Notes
Notes: svn path=/head/; revision=248597
Diffstat (limited to 'textproc/htmldoc')
-rw-r--r--textproc/htmldoc/Makefile4
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>