diff options
author | jtb <jtb@pkgsrc.org> | 2001-05-03 22:16:50 +0000 |
---|---|---|
committer | jtb <jtb@pkgsrc.org> | 2001-05-03 22:16:50 +0000 |
commit | 4dec00fdaa19b9bb9869197311b23704f8b7a0f9 (patch) | |
tree | 6d546238847f53dafb711ab723c50b9db30ea28f /math/rlab | |
parent | 6048b53973ac0c7e03d8af78ddeef814601b50c4 (diff) | |
download | pkgsrc-4dec00fdaa19b9bb9869197311b23704f8b7a0f9.tar.gz |
Add defaults for all instances of EVAL_PREFIX.
Diffstat (limited to 'math/rlab')
-rw-r--r-- | math/rlab/Makefile | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/math/rlab/Makefile b/math/rlab/Makefile index 52b4808911b..f4678628ea3 100644 --- a/math/rlab/Makefile +++ b/math/rlab/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2001/04/28 23:59:21 jtb Exp $ +# $NetBSD: Makefile,v 1.10 2001/05/03 22:16:51 jtb Exp $ DISTNAME= rlab-2.1.05 CATEGORIES= math @@ -11,11 +11,12 @@ COMMENT= Matrix oriented, interactive programming environment DEPENDS+= boehm-gc>=5.3:../../devel/boehm-gc DEPENDS+= readline>=4.0:../../devel/readline -BUILD_DEPENDS+= autoconf-2.13:../../devel/autoconf +BUILD_DEPENDS+= autoconf>=2.13:../../devel/autoconf -GNU_CONFIGURE= YES -USE_FORTRAN= YES +GNU_CONFIGURE= yes +USE_FORTRAN= yes +GC_PREFIX_DEFAULT= ${LOCALBASE} EVAL_PREFIX+= GC_PREFIX=boehm-gc CONFIGURE_ARGS+= --with-GC=${GC_PREFIX} @@ -26,6 +27,7 @@ PLIST_SRC= ${PKGDIR}/PLIST RLAB_PLOT_PKG?= gnuplot .if (${RLAB_PLOT_PKG} == "plplot") DEPENDS+= plplot>=5.0.1:../../graphics/plplot +PLPLOT_PREFIX_DEFAULT= ${LOCALBASE} EVAL_PREFIX+= PLPLOT_PREFIX=plplot CONFIGURE_ARGS+= --with-plplot=${PLPLOT_PREFIX} PLIST_SRC+= ${PKGDIR}/PLIST.plplot @@ -35,6 +37,7 @@ CONFIGURE_ARGS+= --with-plotmtv=yes PLIST_SRC+= ${PKGDIR}/PLIST.plotmtv .elif (${RLAB_PLOT_PKG} == "pgraf") DEPENDS+= pgraf-[0-9]*:../../graphics/pgraf +PGRAF_PREFIX_DEFAULT= ${LOCALBASE} EVAL_PREFIX+= PGRAF_PREFIX=pgraf CONFIGURE_ARGS+= --with-pgraf=yes PLIST_SRC+= ${PKGDIR}/PLIST.pgraf @@ -51,7 +54,7 @@ CONFIGURE_ARGS+= --enable-SUPERLU .endif .if defined(RLAB_PAGER) -CONFIGURE_ENV+= PAGER="${RLAB_PAGER}" +CONFIGURE_ENV+= PAGER=${RLAB_PAGER} .endif pre-configure: |