summaryrefslogtreecommitdiff
path: root/lang/clisp
diff options
context:
space:
mode:
authorhans <hans>2011-04-20 18:44:56 +0000
committerhans <hans>2011-04-20 18:44:56 +0000
commit01669468ec15c12d8be41fa078f21410768e0587 (patch)
tree28eae061d72f45d0b9b1c685d44a76be6930ae56 /lang/clisp
parent0cb60f2ce2b358d6c1013b8b9fe07686160c0c20 (diff)
downloadpkgsrc-01669468ec15c12d8be41fa078f21410768e0587.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"