diff options
Diffstat (limited to 'lang/inform/Makefile')
-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 6259a11da6f..25051cf6b40 100644 --- a/lang/inform/Makefile +++ b/lang/inform/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2004/12/06 17:47:11 nathanw Exp $ +# $NetBSD: Makefile,v 1.9 2005/05/22 20:08:10 jlam Exp $ DISTNAME= inform-6.30.2 CATEGORIES= lang @@ -11,6 +11,6 @@ COMMENT= Interactive fiction compiler (Z-Machine and Glulx) LICENSE= no-profit GNU_CONFIGURE= yes -USE_GNU_TOOLS+= make +USE_TOOLS+= gmake .include "../../mk/bsd.pkg.mk" |