Don't depend on Fortran.

CLISP and SBCL are build dependencies.
This commit is contained in:
asau 2009-04-18 11:17:33 +00:00
parent f3fe067e33
commit fed01e4731
2 changed files with 5 additions and 5 deletions

View file

@ -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 @@ MAKE_JOBS_SAFE= no
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}

View file

@ -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 @@ 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)
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)