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 | 8f74df338b651d8727f52d177c98f66e99ede875 (patch) | |
tree | 392f755759c8becb1ccb007770bef5095757eddd /lang/nhc98/Makefile | |
parent | d4d5b0528c7b28218c8211eb6eb946b11fd45213 (diff) | |
download | pkgsrc-8f74df338b651d8727f52d177c98f66e99ede875.tar.gz |
replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.
Diffstat (limited to 'lang/nhc98/Makefile')
-rw-r--r-- | lang/nhc98/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/nhc98/Makefile b/lang/nhc98/Makefile index bdbcd7d1a7b..833a732547d 100644 --- a/lang/nhc98/Makefile +++ b/lang/nhc98/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2004/01/20 12:19:17 agc Exp $ +# $NetBSD: Makefile,v 1.26 2004/01/24 13:51:14 grant Exp $ DISTNAME= nhc98src-1.16 PKGNAME= nhc98-1.16 @@ -26,7 +26,7 @@ CONFIGURE_ARGS+= --buildwith=gcc --installdir=${PREFIX} \ # Note that you can also build with ghc (Glasgow Haskell Compiler) or # hbc (Chalmers Haskell). -USE_GMAKE= yes +USE_GNU_TOOLS+= make ALL_TARGET= default HARCH= `${WRKSRC}/script/harch` |