1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

Really turn off gtk support if the option is unchecked.

This commit is contained in:
Michael Nottebrock 2007-10-29 23:53:02 +00:00
parent c13a5bcfcd
commit a6a12029fd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=202378

View File

@ -52,10 +52,11 @@ PORTDOCS= api_usage.html codecs.html qt4l_building.html \
CONFIGURE_ARGS+=--without-cpuflags
.endif
.if ${HAVE_GNOME:Mgtk20}!="" || defined(WITH_GTK2)
.if ${HAVE_GNOME:Mgtk20}!="" && defined(WITH_GTK2)
USE_GNOME+= gtk20
PLIST_SUB+= GTK=""
.else
CONFIGURE_ARGS+=--without-gtk
PLIST_SUB+= GTK="@comment "
.endif