diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2007-10-29 23:53:02 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2007-10-29 23:53:02 +0000 |
commit | a6a12029fda04235d68e0f726159337a71f3c507 (patch) | |
tree | 537f38d56a86f0da063e79170baeb1a8cdc58bec /multimedia/libquicktime/Makefile | |
parent | c13a5bcfcd39a60b06331e0e456f81187f336764 (diff) | |
download | ports-a6a12029fda04235d68e0f726159337a71f3c507.tar.gz ports-a6a12029fda04235d68e0f726159337a71f3c507.zip |
Notes
Diffstat (limited to 'multimedia/libquicktime/Makefile')
-rw-r--r-- | multimedia/libquicktime/Makefile | 3 |
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 |