aboutsummaryrefslogtreecommitdiff
path: root/sysutils/fusefs-encfs
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/fusefs-encfs
parent3657d5cb0d39e774a6a7f4d15f055031c01ff483 (diff)
downloadports-86d16f2675fd705fa78870828e0e4c66cd5972d3.tar.gz
ports-86d16f2675fd705fa78870828e0e4c66cd5972d3.zip
Notes
Diffstat (limited to 'sysutils/fusefs-encfs')
-rw-r--r--sysutils/fusefs-encfs/Makefile10
1 files changed, 6 insertions, 4 deletions
diff --git a/sysutils/fusefs-encfs/Makefile b/sysutils/fusefs-encfs/Makefile
index 7b4c1639c139..6e32746df382 100644
--- a/sysutils/fusefs-encfs/Makefile
+++ b/sysutils/fusefs-encfs/Makefile
@@ -27,12 +27,14 @@ USES= fuse
USE_GMAKE= yes
USE_LDCONFIG= yes
-.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
MAN1= encfs.1 encfsctl.1