diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2010-06-14 12:28:10 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2010-06-14 12:28:10 +0000 |
commit | f1b953a0dc63f58b53c7ad04a5dd1b40bd85b477 (patch) | |
tree | 4319ba6c86a8d3084aee23d4355a63b95fa4aa23 /x11-wm/stumpwm | |
parent | 91c13798c7d0b0812ed141c5469fefc0174b255b (diff) | |
download | ports-f1b953a0dc63f58b53c7ad04a5dd1b40bd85b477.tar.gz ports-f1b953a0dc63f58b53c7ad04a5dd1b40bd85b477.zip |
Notes
Diffstat (limited to 'x11-wm/stumpwm')
-rw-r--r-- | x11-wm/stumpwm/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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> |