Date: Sun, 11 May 2014 06:09:11 +0000 (UTC) From: Dirk Meyer <dinoex@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r353651 - head/graphics/gnash Message-ID: <201405110609.s4B69BAe083327@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405110609.s4B69BAe083327>