diff options
author | grant <grant@pkgsrc.org> | 2004-01-22 08:02:15 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-01-22 08:02:15 +0000 |
commit | c044c82d67187200b4ab1b0d968e86cba336ffa1 (patch) | |
tree | 82b5d5dede991caae0d3c3c253ae2459bd3f3fa2 /databases/gnats/Makefile | |
parent | 5d46defdbae242e469bc305f565556ba5bde7e0f (diff) | |
download | pkgsrc-c044c82d67187200b4ab1b0d968e86cba336ffa1.tar.gz |
replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.
Diffstat (limited to 'databases/gnats/Makefile')
-rw-r--r-- | databases/gnats/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/gnats/Makefile b/databases/gnats/Makefile index c80a9f68aaa..644216b136d 100644 --- a/databases/gnats/Makefile +++ b/databases/gnats/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2004/01/20 18:05:35 seb Exp $ +# $NetBSD: Makefile,v 1.11 2004/01/22 08:02:15 grant Exp $ DISTNAME= gnats-3.113.1 CATEGORIES= devel @@ -12,7 +12,7 @@ BUILD_DEPENDS+= m4-*:../../devel/m4 USE_PKGINSTALL= YES GNU_CONFIGURE= YES -USE_GMAKE= yes +USE_GNU_TOOLS+= make USE_BISON= yes USE_MAKEINFO= YES |