diff options
author | Jung-uk Kim <jkim@FreeBSD.org> | 2013-12-06 20:56:46 +0000 |
---|---|---|
committer | Jung-uk Kim <jkim@FreeBSD.org> | 2013-12-06 20:56:46 +0000 |
commit | e0e2b1733ec780902277bf1e5db1f4370a92f37a (patch) | |
tree | 4110652139669c4ae00c98017158f74b0f7b3e4a /www/gecko-mediaplayer | |
parent | 4078eb542fd704bb15c3360054cb4d0687ba172c (diff) |
Use compiler.mk instead of USE_GCC.
Notes
Notes:
svn path=/head/; revision=335784
Diffstat (limited to 'www/gecko-mediaplayer')
-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 |