Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 6 Dec 2013 20:56:47 +0000 (UTC)
From:      Jung-uk Kim <jkim@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r335784 - head/www/gecko-mediaplayer
Message-ID:  <201312062056.rB6KulW6024689@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312062056.rB6KulW6024689>