summaryrefslogtreecommitdiffstats
path: root/comms/lrzsz/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'comms/lrzsz/Makefile')
-rw-r--r--comms/lrzsz/Makefile11
1 files changed, 3 insertions, 8 deletions
diff --git a/comms/lrzsz/Makefile b/comms/lrzsz/Makefile
index 211c6d9..f331a4d 100644
--- a/comms/lrzsz/Makefile
+++ b/comms/lrzsz/Makefile
@@ -17,13 +17,8 @@ ALL_TARGET= all # vcheck
OPTIONS_DEFINE= NLS
-.include <bsd.port.options.mk>
-
-.if ${PORT_OPTIONS:MNLS}
-USES+= gettext
-PLIST_FILES+= share/locale/de/LC_MESSAGES/lrzsz.mo
-.else
-CONFIGURE_ARGS+= --disable-nls
-.endif
+NLS_USES= gettext
+NLS_PLIST_FILES= share/locale/de/LC_MESSAGES/lrzsz.mo
+NLS_CONFIGURE_ENABLE= nls
.include <bsd.port.mk>
OpenPOWER on IntegriCloud