diff options
author | jkim <jkim@FreeBSD.org> | 2013-12-07 04:56:46 +0800 |
---|---|---|
committer | jkim <jkim@FreeBSD.org> | 2013-12-07 04:56:46 +0800 |
commit | 8ff36a9fe67456817d883c3170500daeae69c9d1 (patch) | |
tree | 4110652139669c4ae00c98017158f74b0f7b3e4a /www | |
parent | c874755dec36b642d30cec58530b802d110396cb (diff) | |
download | freebsd-ports-gnome-8ff36a9fe67456817d883c3170500daeae69c9d1.tar.gz freebsd-ports-gnome-8ff36a9fe67456817d883c3170500daeae69c9d1.tar.zst freebsd-ports-gnome-8ff36a9fe67456817d883c3170500daeae69c9d1.zip |
Use compiler.mk instead of USE_GCC.
Diffstat (limited to 'www')
-rw-r--r-- | www/gecko-mediaplayer/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/www/gecko-mediaplayer/Makefile b/www/gecko-mediaplayer/Makefile index 28ce81f6a9e2..7155a10a6e87 100644 --- a/www/gecko-mediaplayer/Makefile +++ b/www/gecko-mediaplayer/Makefile @@ -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 |