summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorhans <hans@pkgsrc.org>2011-04-20 18:50:00 +0000
committerhans <hans@pkgsrc.org>2011-04-20 18:50:00 +0000
commit85bb851030aa0d4d9daa8340d115f53c3f1f30c7 (patch)
tree2d31accea7524e6a64c8d1d89604f8c4a87759c8 /lang
parent5b85f14a4d3cd5dad9b621d868bde89711f82721 (diff)
downloadpkgsrc-85bb851030aa0d4d9daa8340d115f53c3f1f30c7.tar.gz
Add package for wildcard module of lang/clisp. Remove conflicting option
wildcard from lang/clisp.
Diffstat (limited to 'lang')
-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"