svn commit: r305433 - head/x11-wm/stumpwm

Baptiste Daroussin bapt at FreeBSD.org
Sun Oct 7 07:13:40 UTC 2012


Author: bapt
Date: Sun Oct  7 07:13:39 2012
New Revision: 305433
URL: http://svn.freebsd.org/changeset/ports/305433

Log:
  Set SBCL on by default as it used to be before conversion to optionsng

Modified:
  head/x11-wm/stumpwm/Makefile

Modified: head/x11-wm/stumpwm/Makefile
==============================================================================
--- head/x11-wm/stumpwm/Makefile	Sun Oct  7 07:12:54 2012	(r305432)
+++ head/x11-wm/stumpwm/Makefile	Sun Oct  7 07:13:39 2012	(r305433)
@@ -25,6 +25,7 @@ PORTEXAMPLES=	sample-stumpwmrc.lisp
 PORTDATA=	*
 
 OPTIONS_DEFINE=	SBCL EXAMPLES
+OPTIONS_DEFAULT=	SBCL
 SBCL_DESC=	Build with lang/sbcl (otherwise with lang/clisp)
 
 .include <bsd.port.options.mk>



More information about the svn-ports-all mailing list