diff options
author | asau <asau@pkgsrc.org> | 2009-02-19 20:31:44 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2009-02-19 20:31:44 +0000 |
commit | 0c97c611db0a08aec14acb5ee413f154029134ab (patch) | |
tree | 6b94844515d56eedd5dafc0c49bbc64bb2770988 /math/fricas | |
parent | f0209f8ffe2b4d87de3b1a47c94cb41aa632ef58 (diff) | |
download | pkgsrc-0c97c611db0a08aec14acb5ee413f154029134ab.tar.gz |
CLISP isn't needed at run time, it is required for build time only.
Bump PKGREVISION.
Diffstat (limited to 'math/fricas')
-rw-r--r-- | math/fricas/Makefile | 3 | ||||
-rw-r--r-- | math/fricas/options.mk | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/math/fricas/Makefile b/math/fricas/Makefile index 6b9d48a3dc6..ae03c909728 100644 --- a/math/fricas/Makefile +++ b/math/fricas/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.3 2009/01/27 15:54:23 asau Exp $ +# $NetBSD: Makefile,v 1.4 2009/02/19 20:31:44 asau Exp $ PKGNAME= fricas-1.0.5 DISTNAME= ${PKGNAME}-full +PKGREVISION= 1 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=fricas/} EXTRACT_SUFX= .tar.bz2 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) |