diff options
author | grant <grant@pkgsrc.org> | 2004-01-24 13:51:13 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-01-24 13:51:13 +0000 |
commit | f1ab3f4ed4c653efaf578f0e0a88030d1d8d5e53 (patch) | |
tree | 392f755759c8becb1ccb007770bef5095757eddd /lang/gcc3 | |
parent | 137d281145ee065f10beb27d3c0f66dae2cbe171 (diff) | |
download | pkgsrc-f1ab3f4ed4c653efaf578f0e0a88030d1d8d5e53.tar.gz |
replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.
Diffstat (limited to 'lang/gcc3')
-rw-r--r-- | lang/gcc3/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/gcc3/Makefile b/lang/gcc3/Makefile index 449ed97a3b3..367ca4f6550 100644 --- a/lang/gcc3/Makefile +++ b/lang/gcc3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.47 2004/01/21 10:17:56 abs Exp $ +# $NetBSD: Makefile,v 1.48 2004/01/24 13:51:14 grant Exp $ # DISTNAME= gcc-3.3 @@ -18,7 +18,7 @@ NOT_FOR_PLATFORM= Darwin-*-* USE_BUILDLINK2= YES USE_PKGINSTALL= YES -USE_GMAKE= YES +USE_GNU_TOOLS+= make HAS_CONFIGURE= YES |