pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/math/fricas CLISP isn't needed at run time, it is requ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/b4b91697bc3c
branches: trunk
changeset: 554760:b4b91697bc3c
user: asau <asau%pkgsrc.org@localhost>
date: Thu Feb 19 20:31:44 2009 +0000
description:
CLISP isn't needed at run time, it is required for build time only.
Bump PKGREVISION.
diffstat:
math/fricas/Makefile | 3 ++-
math/fricas/options.mk | 4 ++--
2 files changed, 4 insertions(+), 3 deletions(-)
diffs (31 lines):
diff -r 9eb735491b9b -r b4b91697bc3c math/fricas/Makefile
--- a/math/fricas/Makefile Thu Feb 19 20:27:36 2009 +0000
+++ b/math/fricas/Makefile Thu Feb 19 20:31:44 2009 +0000
@@ -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 -r 9eb735491b9b -r b4b91697bc3c math/fricas/options.mk
--- a/math/fricas/options.mk Thu Feb 19 20:27:36 2009 +0000
+++ b/math/fricas/options.mk Thu Feb 19 20:31:44 2009 +0000
@@ -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 @@
# 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)
Home |
Main Index |
Thread Index |
Old Index