aboutsummaryrefslogtreecommitdiff
path: root/graphics/gnash
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2014-05-11 06:09:10 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2014-05-11 06:09:10 +0000
commit9b0ad822c431d9211335aef2bc93ec0435c52d84 (patch)
tree6137c5ecd4a8b1024c0a4afcaf3f739b137fb138 /graphics/gnash
parent2e2980a738512fd23cfeb08c27e9cda441ab5282 (diff)
downloadports-9b0ad822c431d9211335aef2bc93ec0435c52d84.tar.gz
ports-9b0ad822c431d9211335aef2bc93ec0435c52d84.zip
- fix option GTK2
Notes
Notes: svn path=/head/; revision=353651
Diffstat (limited to 'graphics/gnash')
-rw-r--r--graphics/gnash/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/graphics/gnash/Makefile b/graphics/gnash/Makefile
index 9e28d562caee..1392fba7a05e 100644
--- a/graphics/gnash/Makefile
+++ b/graphics/gnash/Makefile
@@ -3,7 +3,7 @@
PORTNAME= gnash
PORTVERSION= 0.8.10
-PORTREVISION= 11
+PORTREVISION= 12
CATEGORIES= graphics
MASTER_SITES= GNU/${PORTNAME}/${PORTVERSION}/
@@ -23,7 +23,6 @@ USES= tar:bzip2 pkgconfig gmake
USE_AUTOTOOLS= libltdl
GNU_CONFIGURE= yes
WANT_SDL= yes
-WANT_GNOME= yes
USE_GCC= any
WANT_GSTREAMER= yes
USE_GNOME= libxml2
@@ -122,7 +121,7 @@ CONFIGURE_ARGS+= --disable-kparts4
GNASH_GUIS=
.if ${PORT_OPTIONS:MGTK2}
-USE_GNOME= gtk20 atk gconf2
+USE_GNOME+= gtk20 atk gconf2
GNASH_GUIS+= gtk
.endif