aboutsummaryrefslogtreecommitdiff
path: root/sysutils/eiciel
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-05-06 09:07:58 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-05-06 09:07:58 +0000
commit86d16f2675fd705fa78870828e0e4c66cd5972d3 (patch)
tree20ce818981a1c16901fb0154cfeb10e7887519be /sysutils/eiciel
parent3657d5cb0d39e774a6a7f4d15f055031c01ff483 (diff)
Notes
Diffstat (limited to 'sysutils/eiciel')
-rw-r--r--sysutils/eiciel/Makefile10
1 files changed, 6 insertions, 4 deletions
diff --git a/sysutils/eiciel/Makefile b/sysutils/eiciel/Makefile
index 77dcab3281d7..7492a0fac1ec 100644
--- a/sysutils/eiciel/Makefile
+++ b/sysutils/eiciel/Makefile
@@ -27,12 +27,14 @@ MAKE_JOBS_SAFE= yes
MAN1= eiciel.1
-.if defined(WITHOUT_NLS)
-CONFIGURE_ARGS+=--disable-nls
-PLIST_SUB+= NLS="@comment "
-.else
+.include <bsd.port.options.mk>
+
+.if ${PORT_OPTIONS:MNLS}
USES+= gettext
PLIST_SUB+= NLS=""
+.else
+CONFIGURE_ARGS+=--disable-nls
+PLIST_SUB+= NLS="@comment "
.endif
post-install: