svn commit: r330947 - head/www/gecko-mediaplayer

Gerald Pfeifer gerald at FreeBSD.org
Sat Oct 19 23:28:07 UTC 2013


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


More information about the svn-ports-head mailing list