summaryrefslogtreecommitdiff
path: root/lang/nhc98
diff options
context:
space:
mode:
authorgrant <grant>2004-01-24 13:51:13 +0000
committergrant <grant>2004-01-24 13:51:13 +0000
commita1c0ccd8e705485d392c946a4830108e6d807122 (patch)
tree392f755759c8becb1ccb007770bef5095757eddd /lang/nhc98
parentf24d5caf089b15d877093e34b5835061cd4aad60 (diff)
downloadpkgsrc-a1c0ccd8e705485d392c946a4830108e6d807122.tar.gz
replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.
Diffstat (limited to 'lang/nhc98')
-rw-r--r--lang/nhc98/Makefile4
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`