aboutsummaryrefslogtreecommitdiffstats
path: root/x11
diff options
context:
space:
mode:
authorjgh <jgh@FreeBSD.org>2015-02-03 07:31:18 +0800
committerjgh <jgh@FreeBSD.org>2015-02-03 07:31:18 +0800
commit76e4ca084b46a5e2b4002910fbd958b8d2d56a03 (patch)
tree697b46aa84f39053b9bd3650cd8ec7acc8247b59 /x11
parent02d1e38e0c73b3b9369468cc4ff37f67ea3c71bd (diff)
downloadfreebsd-ports-graphics-76e4ca084b46a5e2b4002910fbd958b8d2d56a03.tar.gz
freebsd-ports-graphics-76e4ca084b46a5e2b4002910fbd958b8d2d56a03.tar.zst
freebsd-ports-graphics-76e4ca084b46a5e2b4002910fbd958b8d2d56a03.zip
- restore variable set in /etc/make.conf
Submitted by: bapt@
Diffstat (limited to 'x11')
-rw-r--r--x11/xlockmore/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/x11/xlockmore/Makefile b/x11/xlockmore/Makefile
index e6291993269..808b43ec41a 100644
--- a/x11/xlockmore/Makefile
+++ b/x11/xlockmore/Makefile
@@ -97,11 +97,14 @@ CONFIGURE_ARGS+= --enable-use-mb
.if ${PORT_OPTIONS:MJP}
XLOCKMORE_LANG= ja
-CONFIGURE_ARGS+= --with-lang=${XLOCKMORE_LANG}
CATEGORIES+= japanese
PORT_OPTIONS+= MB
.endif
+.if defined(XLOCKMORE_LANG)
+CONFIGURE_ARGS+= --with-lang=${XLOCKMORE_LANG}
+.endif
+
.if ${PORT_OPTIONS:MSYSLOG}
CONFIGURE_ARGS+= --enable-syslog
.endif