From 85bb851030aa0d4d9daa8340d115f53c3f1f30c7 Mon Sep 17 00:00:00 2001 From: hans Date: Wed, 20 Apr 2011 18:50:00 +0000 Subject: Add package for wildcard module of lang/clisp. Remove conflicting option wildcard from lang/clisp. --- lang/clisp/options.mk | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'lang/clisp') 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" -- cgit v1.2.3