Date: Sat, 19 Oct 2013 23:28:07 +0000 (UTC) From: Gerald Pfeifer <gerald@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r330947 - head/www/gecko-mediaplayer Message-ID: <201310192328.r9JNS7ga070952@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: gerald Date: Sat Oct 19 23:28:06 2013 New Revision: 330947 URL: http://svnweb.freebsd.org/changeset/ports/330947 Log: Replace USE_GCC=4.6+ by the more general USE_GCC=yes. Modified: head/www/gecko-mediaplayer/Makefile Modified: head/www/gecko-mediaplayer/Makefile ============================================================================== --- head/www/gecko-mediaplayer/Makefile Sat Oct 19 22:41:16 2013 (r330946) +++ head/www/gecko-mediaplayer/Makefile Sat Oct 19 23:28:06 2013 (r330947) @@ -26,7 +26,7 @@ USES= pkgconfig USE_GNOME= glib20 USE_GECKO= libxul USE_WEBPLUGINS= native -USE_GCC= 4.6+ +USE_GCC= yes WEBPLUGINS_FILES= ${PORTNAME}.so .for p in dvx rm qt wmp
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310192328.r9JNS7ga070952>