From 49669bc2688701cd40c0e4662a2271b732897a42 Mon Sep 17 00:00:00 2001 From: jtb Date: Sun, 25 Feb 2001 21:08:58 +0000 Subject: Depends on GNU m4 to build, not to run. --- graphics/plplot/Makefile | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'graphics/plplot') 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 -- cgit v1.2.3