pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/math/openaxiom Don't depend on Fortran.
details: https://anonhg.NetBSD.org/pkgsrc/rev/53c36c618700
branches: trunk
changeset: 391747:53c36c618700
user: asau <asau%pkgsrc.org@localhost>
date: Sat Apr 18 11:17:33 2009 +0000
description:
Don't depend on Fortran.
CLISP and SBCL are build dependencies.
diffstat:
math/openaxiom/Makefile | 4 ++--
math/openaxiom/options.mk | 6 +++---
2 files changed, 5 insertions(+), 5 deletions(-)
diffs (46 lines):
diff -r 9e08f89c14a7 -r 53c36c618700 math/openaxiom/Makefile
--- a/math/openaxiom/Makefile Sat Apr 18 07:05:51 2009 +0000
+++ b/math/openaxiom/Makefile Sat Apr 18 11:17:33 2009 +0000
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.2 2009/04/10 05:21:59 asau Exp $
+# $NetBSD: Makefile,v 1.3 2009/04/18 11:17:33 asau Exp $
#
DISTNAME= open-axiom-1.2.1
PKGNAME= ${DISTNAME:S/open-/open/}
+PKGREVISION= 1
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=open-axiom/}
EXTRACT_SUFX= .tar.bz2
@@ -16,7 +17,6 @@
GNU_CONFIGURE= yes
USE_TOOLS+= gmake makeinfo awk:run
-USE_LANGUAGES+= fortran
BUILD_DEPENDS+= noweb-[0-9]*:../../devel/noweb
CONFIGURE_ENV= HOST_AWK=${TOOLS_PLATFORM.awk:Q}
diff -r 9e08f89c14a7 -r 53c36c618700 math/openaxiom/options.mk
--- a/math/openaxiom/options.mk Sat Apr 18 07:05:51 2009 +0000
+++ b/math/openaxiom/options.mk Sat Apr 18 11:17:33 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.1.1.1 2008/08/28 20:07:51 ahoka Exp $
+# $NetBSD: options.mk,v 1.2 2009/04/18 11:17:33 asau Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.openaxiom
PKG_OPTIONS_REQUIRED_GROUPS= lisp
@@ -13,12 +13,12 @@
# 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)
FASL= fasl
-DEPENDS+= sbcl-[0-9]*:../../lang/sbcl
+BUILD_DEPENDS+= sbcl-[0-9]*:../../lang/sbcl
CONFIGURE_ARGS+= --with-lisp=sbcl
.endif
.if !empty(PKG_OPTIONS:Mecl)
Home |
Main Index |
Thread Index |
Old Index