diff options
author | reinoud <reinoud@pkgsrc.org> | 2008-01-28 12:08:49 +0000 |
---|---|---|
committer | reinoud <reinoud@pkgsrc.org> | 2008-01-28 12:08:49 +0000 |
commit | 99e0a33322e58c04395c1f1fb3090340d16b9de1 (patch) | |
tree | cb6401d01d94472b2e37166cb995cfab1c3fb96c /math/maxima/Makefile | |
parent | d72c861a635ecb9d62c400f4dec29586906a60e6 (diff) | |
download | pkgsrc-99e0a33322e58c04395c1f1fb3090340d16b9de1.tar.gz |
Update math/maxima package to allow it to choose between clisp and sbcl. No
version has been bumped as its default has not changed and sbcl is only
working in pkgsrc-wip.
Diffstat (limited to 'math/maxima/Makefile')
-rw-r--r-- | math/maxima/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/math/maxima/Makefile b/math/maxima/Makefile index a9cf1b8f49c..00893724512 100644 --- a/math/maxima/Makefile +++ b/math/maxima/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2008/01/04 18:49:14 joerg Exp $ +# $NetBSD: Makefile,v 1.17 2008/01/28 12:08:49 reinoud Exp $ # DISTNAME= maxima-5.14.0 @@ -12,17 +12,18 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://maxima.sourceforge.net/ COMMENT= Computer algebra system -DEPENDS+= clisp-[0-9]*:../../lang/clisp +# Note: lisp backend is depended and setup up for in options.mk DEPENDS+= tk-[0-9]*:../../x11/tk PKG_DESTDIR_SUPPORT= user-destdir GNU_CONFIGURE= yes -CONFIGURE_ARGS+= --enable-clisp USE_TOOLS+= perl REPLACE_SH= doc/misc/grepforvariables.sh INFO_FILES= yes TEST_TARGET= check +.include "options.mk" + .include "../../mk/bsd.pkg.mk" |