Remove CLISP option, lang/clisp was removed in 2014
This commit is contained in:
parent
7450d6a920
commit
e5f4ba50d9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=479528
1 changed files with 1 additions and 11 deletions
|
@ -35,26 +35,16 @@ PLIST_SUB+= PORTVERSION=${PORTVERSION}
|
|||
PORTDATA= *
|
||||
|
||||
OPTIONS_SINGLE= LISP
|
||||
OPTIONS_SINGLE_LISP= CLISP CMUCL SBCL
|
||||
OPTIONS_SINGLE_LISP= CMUCL SBCL
|
||||
|
||||
OPTIONS_DEFAULT= SBCL
|
||||
|
||||
CLISP_DESC= Build with Clisp
|
||||
CMUCL_DESC= Build with CMU Common Lisp
|
||||
SBCL_DESC= Build with Steel Bank Common Lisp
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
# Lisp to build with. Define only ONE of these!
|
||||
.if ${PORT_OPTIONS:MCLISP}
|
||||
LISPSELECT= --enable-clisp
|
||||
LISPPORT= clisp:lang/clisp
|
||||
BINDIRECTORY= binary-clisp
|
||||
LISPBINARY= lisp.run
|
||||
PLIST_SUB+= LISPBINARY=""
|
||||
MAXIMABINARY= maxima.mem
|
||||
.endif
|
||||
|
||||
.if ${PORT_OPTIONS:MCMUCL}
|
||||
LISPSELECT= --enable-cmucl
|
||||
LISPPORT= lisp:lang/cmucl
|
||||
|
|
Loading…
Reference in a new issue