summaryrefslogtreecommitdiff
path: root/lang/clisp
diff options
context:
space:
mode:
authorhans <hans@pkgsrc.org>2011-04-20 18:44:56 +0000
committerhans <hans@pkgsrc.org>2011-04-20 18:44:56 +0000
commit5b85f14a4d3cd5dad9b621d868bde89711f82721 (patch)
tree28eae061d72f45d0b9b1c685d44a76be6930ae56 /lang/clisp
parentb78b7b41cd183ac6d3b232f7464c9996517a723e (diff)
downloadpkgsrc-5b85f14a4d3cd5dad9b621d868bde89711f82721.tar.gz
Add package for pari module of lang/clisp. Remove conflicting option
pari from lang/clisp.
Diffstat (limited to 'lang/clisp')
-rw-r--r--lang/clisp/options.mk14
1 files changed, 7 insertions, 7 deletions
diff --git a/lang/clisp/options.mk b/lang/clisp/options.mk
index a3c98d2b297..42ea2524694 100644
--- a/lang/clisp/options.mk
+++ b/lang/clisp/options.mk
@@ -1,11 +1,11 @@
-# $NetBSD: options.mk,v 1.7 2011/04/20 18:40:43 hans Exp $
+# $NetBSD: options.mk,v 1.8 2011/04/20 18:44:56 hans Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.clisp
# this option is essential for some others to work:
PKG_SUPPORTED_OPTIONS+= ffcall
-PKG_SUPPORTED_OPTIONS+= pari wildcard
+PKG_SUPPORTED_OPTIONS+= wildcard
PKG_SUPPORTED_OPTIONS+= readline
PKG_SUPPORTED_OPTIONS+= gmalloc
@@ -39,11 +39,6 @@ CONFIGURE_ARGS+= --with-dynamic-ffi
. include "../../devel/ffcall/buildlink3.mk"
.endif
-.if !empty(PKG_OPTIONS:Mpari)
-CONFIGURE_ARGS+= --with-module=pari
-. include "../../math/pari/buildlink3.mk"
-.endif
-
.if !empty(PKG_OPTIONS:Mwildcard)
CONFIGURE_ARGS+= --with-module=wildcard
.endif
@@ -57,6 +52,11 @@ CONFIGURE_ARGS+= --with-readline
# Options for those who wishes to build "static" CLISP:
+#.if !empty(PKG_OPTIONS:Mpari)
+#CONFIGURE_ARGS+= --with-module=pari
+#. include "../../math/pari/buildlink3.mk"
+#.endif
+
#.if !empty(PKG_OPTIONS:Mmit-clx)
#CONFIGURE_ARGS+= --with-module=clx/mit-clx
#. include "../../x11/libX11/buildlink3.mk"