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