summaryrefslogtreecommitdiff
path: root/lang/ezm3
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2004-01-24 13:51:13 +0000
committergrant <grant@pkgsrc.org>2004-01-24 13:51:13 +0000
commitf1ab3f4ed4c653efaf578f0e0a88030d1d8d5e53 (patch)
tree392f755759c8becb1ccb007770bef5095757eddd /lang/ezm3
parent137d281145ee065f10beb27d3c0f66dae2cbe171 (diff)
downloadpkgsrc-f1ab3f4ed4c653efaf578f0e0a88030d1d8d5e53.tar.gz
replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.
Diffstat (limited to 'lang/ezm3')
-rw-r--r--lang/ezm3/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/ezm3/Makefile b/lang/ezm3/Makefile
index bd4a6b8bdad..8f996ea1bf6 100644
--- a/lang/ezm3/Makefile
+++ b/lang/ezm3/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2004/01/13 22:02:20 xtraeme Exp $
+# $NetBSD: Makefile,v 1.7 2004/01/24 13:51:14 grant Exp $
DISTNAME= ezm3-1.1
CATEGORIES= lang
@@ -10,7 +10,7 @@ HOMEPAGE= http://www.polstra.com/projects/freeware/ezm3/
COMMENT= Easier, more portable Modula-3 distribution for building CVSup
DIST_SUBDIR= ezm3
-USE_GMAKE= yes
+USE_GNU_TOOLS+= make
NO_BUILD= yes
INSTALL_TARGET= all
MAKE_ARGS+= M3OPTIONS="-DBUILD_ALL -DSHIP_ALL"