diff options
author | makc <makc@FreeBSD.org> | 2010-06-14 20:28:10 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2010-06-14 20:28:10 +0800 |
commit | 4296b587eedfea2f1deb01d86699598bb13fd49a (patch) | |
tree | ad8b13e296ee6fd351ae1b120cd547d1432c75f0 /x11-wm | |
parent | 405851d83b6bab46692ce5705f08eae257cbddb8 (diff) | |
download | freebsd-ports-gnome-4296b587eedfea2f1deb01d86699598bb13fd49a.tar.gz freebsd-ports-gnome-4296b587eedfea2f1deb01d86699598bb13fd49a.tar.zst freebsd-ports-gnome-4296b587eedfea2f1deb01d86699598bb13fd49a.zip |
Build with lang/sbcl by default, clisp lacks x11 module
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/cl-stumpwm/Makefile | 2 | ||||
-rw-r--r-- | x11-wm/stumpwm/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/x11-wm/cl-stumpwm/Makefile b/x11-wm/cl-stumpwm/Makefile index ffbf396bb912..b2216ed66feb 100644 --- a/x11-wm/cl-stumpwm/Makefile +++ b/x11-wm/cl-stumpwm/Makefile @@ -20,7 +20,7 @@ MAKE_JOBS_UNSAFE=yes PLIST_FILES= bin/${PORTNAME} INFO= ${PORTNAME} -OPTIONS= SBCL "Build with lang/sbcl (otherwise with lang/clisp)" off +OPTIONS= SBCL "Build with lang/sbcl (otherwise with lang/clisp)" on .include <bsd.port.options.mk> diff --git a/x11-wm/stumpwm/Makefile b/x11-wm/stumpwm/Makefile index ffbf396bb912..b2216ed66feb 100644 --- a/x11-wm/stumpwm/Makefile +++ b/x11-wm/stumpwm/Makefile @@ -20,7 +20,7 @@ MAKE_JOBS_UNSAFE=yes PLIST_FILES= bin/${PORTNAME} INFO= ${PORTNAME} -OPTIONS= SBCL "Build with lang/sbcl (otherwise with lang/clisp)" off +OPTIONS= SBCL "Build with lang/sbcl (otherwise with lang/clisp)" on .include <bsd.port.options.mk> |