summaryrefslogtreecommitdiff
path: root/multimedia
diff options
context:
space:
mode:
authorMichael Nottebrock <lofi@FreeBSD.org>2007-10-29 23:53:02 +0000
committerMichael Nottebrock <lofi@FreeBSD.org>2007-10-29 23:53:02 +0000
commita6a12029fda04235d68e0f726159337a71f3c507 (patch)
tree537f38d56a86f0da063e79170baeb1a8cdc58bec /multimedia
parentUpdate to KDE 3.5.8 (diff)
Really turn off gtk support if the option is unchecked.
Notes
Notes: svn path=/head/; revision=202378
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/libquicktime/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/multimedia/libquicktime/Makefile b/multimedia/libquicktime/Makefile
index 7b4d73e8a5ed..af78c74da4b5 100644
--- a/multimedia/libquicktime/Makefile
+++ b/multimedia/libquicktime/Makefile
@@ -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