aboutsummaryrefslogtreecommitdiff
path: root/net-p2p/gnunet-gtk/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net-p2p/gnunet-gtk/Makefile')
-rw-r--r--net-p2p/gnunet-gtk/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-p2p/gnunet-gtk/Makefile b/net-p2p/gnunet-gtk/Makefile
index 6cee5980a8d8..25268ecf7022 100644
--- a/net-p2p/gnunet-gtk/Makefile
+++ b/net-p2p/gnunet-gtk/Makefile
@@ -36,7 +36,7 @@ MAN1= gnunet-fs-gtk.1
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MNLS}
-USE_GETTEXT= yes
+USES+= gettext
CONFIGURE_ARGS+= --with-libintl-prefix=${LOCALBASE}
PLIST_SUB+= NLS=""
.else