summaryrefslogtreecommitdiff
path: root/lang/ezm3
diff options
context:
space:
mode:
authorgrant <grant>2004-01-24 13:51:13 +0000
committergrant <grant>2004-01-24 13:51:13 +0000
commit1fbd122a93c74571feb27c81b9d1372743804090 (patch)
tree392f755759c8becb1ccb007770bef5095757eddd /lang/ezm3
parent9942b11b391e0013e3555abc2b57ea4a63bc1e3e (diff)
downloadpkgsrc-1fbd122a93c74571feb27c81b9d1372743804090.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"