summaryrefslogtreecommitdiff
path: root/x11-wm
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2012-10-07 07:13:39 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2012-10-07 07:13:39 +0000
commit7fe1f2354e2d0fb7c0e6bbe6711511f9b95b3714 (patch)
tree9af6036f98edb9afd5588d824ad400d91012006c /x11-wm
parentuse libtommath as default math library as it used to be before conversion to (diff)
Set SBCL on by default as it used to be before conversion to optionsng
Notes
Notes: svn path=/head/; revision=305433
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/stumpwm/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/x11-wm/stumpwm/Makefile b/x11-wm/stumpwm/Makefile
index 5f97bda6e528..dc910525261f 100644
--- a/x11-wm/stumpwm/Makefile
+++ b/x11-wm/stumpwm/Makefile
@@ -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>