svn commit: r335478 - head/x11-wm/windowmaker

Hiroki Sato hrs at FreeBSD.org
Mon Dec 2 11:58:15 UTC 2013


Author: hrs
Date: Mon Dec  2 11:58:15 2013
New Revision: 335478
URL: http://svnweb.freebsd.org/changeset/ports/335478

Log:
  OPTIONS_SUB is boolean.  There is no functional change.
  
  Pointed out by:	garga

Modified:
  head/x11-wm/windowmaker/Makefile

Modified: head/x11-wm/windowmaker/Makefile
==============================================================================
--- head/x11-wm/windowmaker/Makefile	Mon Dec  2 11:43:47 2013	(r335477)
+++ head/x11-wm/windowmaker/Makefile	Mon Dec  2 11:58:15 2013	(r335478)
@@ -42,7 +42,7 @@ LINGUAS=	be bg bs ca cs da de el es et f
 		ja ko ms nl no pl pt ro ru sk sv tr zh_CN zh_TW
 
 OPTIONS_DEFINE=	DOCS NLS XRANDR
-OPTIONS_SUB=	NLS
+OPTIONS_SUB=	yes
 NLS_USES=	gettext
 NLS_CONFIGURE_ENV=	LINGUAS="${LINGUAS}"
 NLS_CONFIGURE_ENABLE=	locale


More information about the svn-ports-head mailing list