aboutsummaryrefslogtreecommitdiffstats
path: root/audio/gtick
diff options
context:
space:
mode:
Diffstat (limited to 'audio/gtick')
-rw-r--r--audio/gtick/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/gtick/Makefile b/audio/gtick/Makefile
index cf1f931b3e8c..ba76017edacb 100644
--- a/audio/gtick/Makefile
+++ b/audio/gtick/Makefile
@@ -23,7 +23,7 @@ MAN1= gtick.1
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MNLS}
-USE_GETTEXT= yes
+USES+= gettext
CONFIGURE_ARGS+= --enable-nls
PLIST_SUB+= NLS=""
.else