diff options
author | bapt <bapt@FreeBSD.org> | 2012-10-07 15:13:39 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2012-10-07 15:13:39 +0800 |
commit | 2b9adfea2356bf0505a8ffd54744b53967404195 (patch) | |
tree | 9af6036f98edb9afd5588d824ad400d91012006c /x11-wm | |
parent | 5d966af56bedcac3394293caaeaf90a7d36e69f1 (diff) | |
download | freebsd-ports-gnome-2b9adfea2356bf0505a8ffd54744b53967404195.tar.gz freebsd-ports-gnome-2b9adfea2356bf0505a8ffd54744b53967404195.tar.zst freebsd-ports-gnome-2b9adfea2356bf0505a8ffd54744b53967404195.zip |
Set SBCL on by default as it used to be before conversion to optionsng
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/stumpwm/Makefile | 1 |
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> |