aboutsummaryrefslogtreecommitdiff
path: root/mail/msmtp/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'mail/msmtp/Makefile')
-rw-r--r--mail/msmtp/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/msmtp/Makefile b/mail/msmtp/Makefile
index 358838f23c77..4e09e34969ae 100644
--- a/mail/msmtp/Makefile
+++ b/mail/msmtp/Makefile
@@ -70,7 +70,7 @@ CONFIGURE_ARGS+= --without-gnome-keyring
.endif
.if ${PORT_OPTIONS:MNLS}
-USE_GETTEXT= yes
+USES+= gettext
CONFIGURE_ARGS+= --enable-nls
PLIST_SUB+= NLS=""
.else