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/ezm3 | |
parent | d4d5b0528c7b28218c8211eb6eb946b11fd45213 (diff) | |
download | pkgsrc-8f74df338b651d8727f52d177c98f66e99ede875.tar.gz |
replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.
Diffstat (limited to 'lang/ezm3')
-rw-r--r-- | lang/ezm3/Makefile | 4 |
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" |