diff options
Diffstat (limited to 'www/gecko-mediaplayer')
-rw-r--r-- | www/gecko-mediaplayer/Makefile | 4 |
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 |