aboutsummaryrefslogtreecommitdiff
path: root/textproc/texi2html/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/texi2html/Makefile')
-rw-r--r--textproc/texi2html/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/texi2html/Makefile b/textproc/texi2html/Makefile
index b5e46d13706a..111325b42298 100644
--- a/textproc/texi2html/Makefile
+++ b/textproc/texi2html/Makefile
@@ -38,7 +38,7 @@ INFO= texi2html
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MNLS}
-USE_GETTEXT= yes
+USES+= gettext
CONFIGURE_ARGS+=--enable-nls --enable-translations
PLIST_SUB+= NLS=""
.else