summaryrefslogtreecommitdiff
path: root/math/fricas/options.mk
diff options
context:
space:
mode:
authorasau <asau@pkgsrc.org>2009-02-19 20:31:44 +0000
committerasau <asau@pkgsrc.org>2009-02-19 20:31:44 +0000
commit0c97c611db0a08aec14acb5ee413f154029134ab (patch)
tree6b94844515d56eedd5dafc0c49bbc64bb2770988 /math/fricas/options.mk
parentf0209f8ffe2b4d87de3b1a47c94cb41aa632ef58 (diff)
downloadpkgsrc-0c97c611db0a08aec14acb5ee413f154029134ab.tar.gz
CLISP isn't needed at run time, it is required for build time only.
Bump PKGREVISION.
Diffstat (limited to 'math/fricas/options.mk')
-rw-r--r--math/fricas/options.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/math/fricas/options.mk b/math/fricas/options.mk
index e7682b5ff8d..cfb75ff0813 100644
--- a/math/fricas/options.mk
+++ b/math/fricas/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.2 2009/01/27 15:54:23 asau Exp $
+# $NetBSD: options.mk,v 1.3 2009/02/19 20:31:44 asau Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.fricas
PKG_OPTIONS_REQUIRED_GROUPS= lisp
@@ -13,7 +13,7 @@ PKG_SUGGESTED_OPTIONS+= clisp x11
# Select Lisp backend
.if !empty(PKG_OPTIONS:Mclisp)
FASL= fas
-DEPENDS+= clisp>=2.41:../../lang/clisp
+BUILD_DEPENDS+= clisp>=2.41:../../lang/clisp
CONFIGURE_ARGS+= --with-lisp=clisp
.endif
.if !empty(PKG_OPTIONS:Msbcl)