1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00

- Really disable GUI if not needed

PR:		142747
Submitted by:	gahr
Approved by:	maintainer (timeout)
This commit is contained in:
Pietro Cerutti 2010-01-26 07:54:40 +00:00
parent d9a35a7f81
commit b97b308363
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=248597

View File

@ -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>