aboutsummaryrefslogtreecommitdiff
path: root/www/gecko-mediaplayer
diff options
context:
space:
mode:
authorAlex Kozlov <ak@FreeBSD.org>2013-04-24 13:36:18 +0000
committerAlex Kozlov <ak@FreeBSD.org>2013-04-24 13:36:18 +0000
commit50030291185a23aebb43d7ff463523b0a224875b (patch)
tree2c4e72629b2629f497db496fd8bdf08f2116d687 /www/gecko-mediaplayer
parentedd5beedc1c2b8998471434ceff12c08e7d047a4 (diff)
downloadports-50030291185a23aebb43d7ff463523b0a224875b.tar.gz
ports-50030291185a23aebb43d7ff463523b0a224875b.zip
- Convert USE_GETTEXT to USES (part 2)
Approved by: portmgr (bapt)
Notes
Notes: svn path=/head/; revision=316434
Diffstat (limited to 'www/gecko-mediaplayer')
-rw-r--r--www/gecko-mediaplayer/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/gecko-mediaplayer/Makefile b/www/gecko-mediaplayer/Makefile
index 46b9d96785f0..6c34ad9202bc 100644
--- a/www/gecko-mediaplayer/Makefile
+++ b/www/gecko-mediaplayer/Makefile
@@ -47,10 +47,10 @@ CONFIGURE_ARGS+= --disable-caching
.endif
.if ${PORT_OPTIONS:MNLS}
-USE_GETTEXT= yes
+USES+= gettext
PLIST_SUB= NLS=""
.else
-USE_GETTEXT= build
+USES+= gettext:build
PLIST_SUB= NLS="@comment "
.endif