diff options
author | grant <grant> | 2004-01-25 03:08:46 +0000 |
---|---|---|
committer | grant <grant> | 2004-01-25 03:08:46 +0000 |
commit | 07b8ed01193e57bd3b484717fe53c287ae117ee4 (patch) | |
tree | fa855173b773787e6a949665703ab3df49fc6f8b /graphics/plplot/Makefile | |
parent | 4fafd0dbcaf1aa7d6c03c9ad6aaf6242b5ea5f76 (diff) | |
download | pkgsrc-07b8ed01193e57bd3b484717fe53c287ae117ee4.tar.gz |
replace BUILD_DEPENDS m4 and M4 definition with USE_GNU_TOOLS+=m4.
Diffstat (limited to 'graphics/plplot/Makefile')
-rw-r--r-- | graphics/plplot/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/graphics/plplot/Makefile b/graphics/plplot/Makefile index f2984a03e91..0853dc0bdb7 100644 --- a/graphics/plplot/Makefile +++ b/graphics/plplot/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2004/01/24 15:46:44 grant Exp $ +# $NetBSD: Makefile,v 1.31 2004/01/25 03:08:47 grant Exp $ DISTNAME= plplot-5.2.1 CATEGORIES= graphics @@ -8,11 +8,9 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://plplot.sourceforge.net/ COMMENT= Scientific plotting package -BUILD_DEPENDS+= m4>=1.4:../../devel/m4 - USE_BUILDLINK2= # defined GNU_CONFIGURE= # defined -USE_GNU_TOOLS+= make +USE_GNU_TOOLS+= m4 make USE_FORTRAN= # defined USE_X11= # defined USE_PERL5= build |