aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/gnash-devel
diff options
context:
space:
mode:
authorrafan <rafan@FreeBSD.org>2007-03-18 21:29:48 +0800
committerrafan <rafan@FreeBSD.org>2007-03-18 21:29:48 +0800
commit26771b01cd53d2c20d2bf8842cd88e49edd7ab9e (patch)
tree73849ae9a8698524c873843b7d6564b44aeef08c /graphics/gnash-devel
parent53776fe221b689e576fba9ba38e017592702a479 (diff)
downloadfreebsd-ports-gnome-26771b01cd53d2c20d2bf8842cd88e49edd7ab9e.tar.gz
freebsd-ports-gnome-26771b01cd53d2c20d2bf8842cd88e49edd7ab9e.tar.zst
freebsd-ports-gnome-26771b01cd53d2c20d2bf8842cd88e49edd7ab9e.zip
- GTK is required by PLUGIN
PR: ports/110459 Submitted by: Dmitry Marakasov <amdmi3 at amdmi3.ru> (maintainer)
Diffstat (limited to 'graphics/gnash-devel')
-rw-r--r--graphics/gnash-devel/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/gnash-devel/Makefile b/graphics/gnash-devel/Makefile
index dbb4efb03125..379eef2259a7 100644
--- a/graphics/gnash-devel/Makefile
+++ b/graphics/gnash-devel/Makefile
@@ -38,7 +38,7 @@ CONFIGURE_ARGS= --libdir="${PREFIX}/lib/gnash" \
MAN1= gnash.1
OPTIONS= PLUGIN "Enable browser plugin" on \
- GTK "Enable GTK GUI" on \
+ GTK "Enable GTK GUI (required for plugin)" on \
SOUND "Enable sound" on \
GSTREAMER "Use GStreamer sound output instead of SDL" off \
MAD "Support mp3 decoding through libmad" on
@@ -72,7 +72,7 @@ LIB_DEPENDS+= mad.2:${PORTSDIR}/audio/libmad
. endif
.endif
-.if defined(WITHOUT_PLUGIN)
+.if defined(WITHOUT_PLUGIN) || defined(WITHOUT_GTK)
PLIST_SUB+= PLUGIN="@comment "
CONFIGURE_ARGS+= --disable-plugin
.else