summaryrefslogtreecommitdiff
path: root/lang/clisp
diff options
context:
space:
mode:
authorhans <hans>2011-04-20 18:50:00 +0000
committerhans <hans>2011-04-20 18:50:00 +0000
commit70400bb125e2b1cb7c49b8d450507586574abaa7 (patch)
tree2d31accea7524e6a64c8d1d89604f8c4a87759c8 /lang/clisp
parent7cacd46984e0315c5afb63eedfcfcb743d7afd2a (diff)
downloadpkgsrc-70400bb125e2b1cb7c49b8d450507586574abaa7.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.mk11
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"