- GTK is required by PLUGIN

PR:		ports/110459
Submitted by:	Dmitry Marakasov <amdmi3 at amdmi3.ru> (maintainer)
This commit is contained in:
Rong-En Fan 2007-03-18 13:29:48 +00:00
parent 119f91f203
commit 86df52a374
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=187642
2 changed files with 4 additions and 4 deletions

View file

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

View file

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