aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2014-05-11 14:09:10 +0800
committerdinoex <dinoex@FreeBSD.org>2014-05-11 14:09:10 +0800
commite363af7403535aafc05a35780ecdb68c29dd8815 (patch)
tree6137c5ecd4a8b1024c0a4afcaf3f739b137fb138 /graphics
parent2dd2ebe9b7e94659631e719071a0178a9345e122 (diff)
downloadfreebsd-ports-gnome-e363af7403535aafc05a35780ecdb68c29dd8815.tar.gz
freebsd-ports-gnome-e363af7403535aafc05a35780ecdb68c29dd8815.tar.zst
freebsd-ports-gnome-e363af7403535aafc05a35780ecdb68c29dd8815.zip
- fix option GTK2
Diffstat (limited to 'graphics')
-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