diff options
author | gerald <gerald@FreeBSD.org> | 2013-10-20 07:28:06 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2013-10-20 07:28:06 +0800 |
commit | 9798be05daab9817a91faf02401562d17a41cdc6 (patch) | |
tree | 23e376606cdf98ef97659b03429abb61cf75db56 /www | |
parent | 555585734a32c603d6a69b92b57d251fed6fb267 (diff) | |
download | freebsd-ports-gnome-9798be05daab9817a91faf02401562d17a41cdc6.tar.gz freebsd-ports-gnome-9798be05daab9817a91faf02401562d17a41cdc6.tar.zst freebsd-ports-gnome-9798be05daab9817a91faf02401562d17a41cdc6.zip |
Replace USE_GCC=4.6+ by the more general USE_GCC=yes.
Diffstat (limited to 'www')
-rw-r--r-- | www/gecko-mediaplayer/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/gecko-mediaplayer/Makefile b/www/gecko-mediaplayer/Makefile index 6d3f4ea14a56..0ea7d10eb318 100644 --- a/www/gecko-mediaplayer/Makefile +++ b/www/gecko-mediaplayer/Makefile @@ -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 |