diff options
author | hans <hans> | 2011-04-20 18:50:00 +0000 |
---|---|---|
committer | hans <hans> | 2011-04-20 18:50:00 +0000 |
commit | 1ca036b9176193295248ae4643e61ec887763038 (patch) | |
tree | 2d31accea7524e6a64c8d1d89604f8c4a87759c8 /lang/clisp | |
parent | 01669468ec15c12d8be41fa078f21410768e0587 (diff) | |
download | pkgsrc-1ca036b9176193295248ae4643e61ec887763038.tar.gz |
Add package for wildcard module of lang/clisp. Remove conflicting option
wildcard from lang/clisp.
Diffstat (limited to 'lang/clisp')
-rw-r--r-- | lang/clisp/options.mk | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/lang/clisp/options.mk b/lang/clisp/options.mk index 42ea2524694..c215265e169 100644 --- a/lang/clisp/options.mk +++ b/lang/clisp/options.mk @@ -1,11 +1,10 @@ -# $NetBSD: options.mk,v 1.8 2011/04/20 18:44:56 hans Exp $ +# $NetBSD: options.mk,v 1.9 2011/04/20 18:50:00 hans Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.clisp # this option is essential for some others to work: PKG_SUPPORTED_OPTIONS+= ffcall -PKG_SUPPORTED_OPTIONS+= wildcard PKG_SUPPORTED_OPTIONS+= readline PKG_SUPPORTED_OPTIONS+= gmalloc @@ -39,10 +38,6 @@ CONFIGURE_ARGS+= --with-dynamic-ffi . include "../../devel/ffcall/buildlink3.mk" .endif -.if !empty(PKG_OPTIONS:Mwildcard) -CONFIGURE_ARGS+= --with-module=wildcard -.endif - .if !empty(PKG_OPTIONS:Mreadline) USE_GNU_READLINE= YES CONFIGURE_ARGS+= --with-readline @@ -52,6 +47,10 @@ CONFIGURE_ARGS+= --with-readline # Options for those who wishes to build "static" CLISP: +#.if !empty(PKG_OPTIONS:Mwildcard) +#CONFIGURE_ARGS+= --with-module=wildcard +#.endif + #.if !empty(PKG_OPTIONS:Mpari) #CONFIGURE_ARGS+= --with-module=pari #. include "../../math/pari/buildlink3.mk" |