diff options
author | jtb <jtb> | 2001-02-25 21:08:58 +0000 |
---|---|---|
committer | jtb <jtb> | 2001-02-25 21:08:58 +0000 |
commit | d425c0481ba5195e38709da6cf4442fdb8760c73 (patch) | |
tree | 66b625b7e16ca30d319b0d60eeaf5842c40f77e6 | |
parent | bc59902e36fc4d569e2c5c7cbfc02a9a02bc6c53 (diff) | |
download | pkgsrc-d425c0481ba5195e38709da6cf4442fdb8760c73.tar.gz |
Depends on GNU m4 to build, not to run.
-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 |