diff options
author | jtb <jtb@pkgsrc.org> | 2001-02-25 21:08:58 +0000 |
---|---|---|
committer | jtb <jtb@pkgsrc.org> | 2001-02-25 21:08:58 +0000 |
commit | 49669bc2688701cd40c0e4662a2271b732897a42 (patch) | |
tree | 66b625b7e16ca30d319b0d60eeaf5842c40f77e6 /graphics/plplot | |
parent | baf3af7881d75617f354f124c7563f48a5c0ccd2 (diff) | |
download | pkgsrc-49669bc2688701cd40c0e4662a2271b732897a42.tar.gz |
Depends on GNU m4 to build, not to run.
Diffstat (limited to 'graphics/plplot')
-rw-r--r-- | graphics/plplot/Makefile | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/graphics/plplot/Makefile b/graphics/plplot/Makefile index 8a3aeda46d9..b4696177fd4 100644 --- a/graphics/plplot/Makefile +++ b/graphics/plplot/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2001/02/16 15:22:31 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2001/02/25 21:08:58 jtb Exp $ DISTNAME= plplot-5.0.2 CATEGORIES= graphics @@ -10,14 +10,14 @@ COMMENT= Scientific plotting package DEPENDS+= tcl>=8.3.0:../../lang/tcl DEPENDS+= tk>=8.3.0:../../x11/tk -DEPENDS+= m4-[0-9]*:../../devel/m4 +BUILD_DEPENDS+= m4-[0-9]*:../../devel/m4 BUILD_DEPENDS+= ${LOCALBASE}/bin/autoconf:../../devel/autoconf -BUILD_DEPENDS+= perl:../../lang/perl5 +BUILD_DEPENDS+= ${LOCALBASE}/bin/perl:../../lang/perl5 -GNU_CONFIGURE= YES -USE_GMAKE= YES -USE_FORTRAN= YES -USE_X11= YES +GNU_CONFIGURE= #defined +USE_GMAKE= #defined +USE_FORTRAN= #defined +USE_X11= #defined EVAL_PREFIX+= TK_PREFIX=tk TCL_PREFIX=tcl |