svn commit: r378339 - head/x11/xlockmore

Jason Helfman jgh at FreeBSD.org
Mon Feb 2 23:31:19 UTC 2015


Author: jgh
Date: Mon Feb  2 23:31:18 2015
New Revision: 378339
URL: https://svnweb.freebsd.org/changeset/ports/378339
QAT: https://qat.redports.org/buildarchive/r378339/

Log:
  - restore variable set in /etc/make.conf
  
  Submitted by:	bapt@

Modified:
  head/x11/xlockmore/Makefile

Modified: head/x11/xlockmore/Makefile
==============================================================================
--- head/x11/xlockmore/Makefile	Mon Feb  2 22:56:53 2015	(r378338)
+++ head/x11/xlockmore/Makefile	Mon Feb  2 23:31:18 2015	(r378339)
@@ -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


More information about the svn-ports-all mailing list