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

Jung-uk Kim jkim at FreeBSD.org
Fri Dec 6 20:56:47 UTC 2013


Author: jkim
Date: Fri Dec  6 20:56:46 2013
New Revision: 335784
URL: http://svnweb.freebsd.org/changeset/ports/335784

Log:
  Use compiler.mk instead of USE_GCC.

Modified:
  head/www/gecko-mediaplayer/Makefile

Modified: head/www/gecko-mediaplayer/Makefile
==============================================================================
--- head/www/gecko-mediaplayer/Makefile	Fri Dec  6 18:59:25 2013	(r335783)
+++ head/www/gecko-mediaplayer/Makefile	Fri Dec  6 20:56:46 2013	(r335784)
@@ -23,11 +23,10 @@ OPTIONS_DEFAULT=CACHE
 CACHE_DESC=	Enable caching of remote media to local storage
 
 GNU_CONFIGURE=	yes
-USES=		pkgconfig
+USES=		compiler:c++11-lang pkgconfig
 USE_GNOME=	glib20
 USE_GECKO=	libxul
 USE_WEBPLUGINS=	native
-USE_GCC=	yes
 
 WEBPLUGINS_FILES=	${PORTNAME}.so
 .for p in dvx rm qt wmp


More information about the svn-ports-all mailing list