svn commit: r353651 - head/graphics/gnash

Dirk Meyer dinoex at FreeBSD.org
Sun May 11 06:09:11 UTC 2014


Author: dinoex
Date: Sun May 11 06:09:10 2014
New Revision: 353651
URL: http://svnweb.freebsd.org/changeset/ports/353651
QAT: https://qat.redports.org/buildarchive/r353651/

Log:
  - fix option GTK2

Modified:
  head/graphics/gnash/Makefile

Modified: head/graphics/gnash/Makefile
==============================================================================
--- head/graphics/gnash/Makefile	Sun May 11 06:05:57 2014	(r353650)
+++ head/graphics/gnash/Makefile	Sun May 11 06:09:10 2014	(r353651)
@@ -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
 


More information about the svn-ports-all mailing list