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 /mbone/nte | |
parent | 137d281145ee065f10beb27d3c0f66dae2cbe171 (diff) | |
download | pkgsrc-f1ab3f4ed4c653efaf578f0e0a88030d1d8d5e53.tar.gz |
replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.
Diffstat (limited to 'mbone/nte')
-rw-r--r-- | mbone/nte/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mbone/nte/Makefile b/mbone/nte/Makefile index cb602db4569..3550a85104f 100644 --- a/mbone/nte/Makefile +++ b/mbone/nte/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2004/01/20 12:20:24 agc Exp $ +# $NetBSD: Makefile,v 1.31 2004/01/24 14:00:13 grant Exp $ # DISTNAME= nt.1.5a23 @@ -14,9 +14,9 @@ DEPENDS+= tk>=8.3.2:../../x11/tk WRKSRC= ${WRKDIR} CRYPTO= yes -USE_GMAKE= yes -# Pass this on to our child +USE_GNU_TOOLS+= make +# Pass this on to our child do-configure: cd ${WRKSRC}/netbsd && ${SH} configure |