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 | f1ab3f4ed4c653efaf578f0e0a88030d1d8d5e53 (patch) | |
tree | 392f755759c8becb1ccb007770bef5095757eddd /lang/inform | |
parent | 137d281145ee065f10beb27d3c0f66dae2cbe171 (diff) | |
download | pkgsrc-f1ab3f4ed4c653efaf578f0e0a88030d1d8d5e53.tar.gz |
replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.
Diffstat (limited to 'lang/inform')
-rw-r--r-- | lang/inform/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/inform/Makefile b/lang/inform/Makefile index 72430fc7bcd..a0cfc1326c7 100644 --- a/lang/inform/Makefile +++ b/lang/inform/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2003/09/16 18:55:03 jmmv Exp $ +# $NetBSD: Makefile,v 1.7 2004/01/24 13:51:14 grant Exp $ DISTNAME= inform-6.21.4 CATEGORIES= lang @@ -11,7 +11,7 @@ COMMENT= Interactive fiction compiler (creates z-code) LICENSE= no-profit GNU_CONFIGURE= yes -USE_GMAKE= yes +USE_GNU_TOOLS+= make INFO_FILES= inform |