- GTK is required by PLUGIN
PR: ports/110459 Submitted by: Dmitry Marakasov <amdmi3 at amdmi3.ru> (maintainer)
This commit is contained in:
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
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue