diff options
author | grant <grant@pkgsrc.org> | 2004-01-22 07:14:59 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-01-22 07:14:59 +0000 |
commit | 99f9bd5a6bc52202179a324f1badd82f9d013465 (patch) | |
tree | caada37ccae5771519b4407e2428e17c4e682e44 /cad/boolean | |
parent | 27872777afd4bb203d4c46fc95979442f707b049 (diff) | |
download | pkgsrc-99f9bd5a6bc52202179a324f1badd82f9d013465.tar.gz |
replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.
Diffstat (limited to 'cad/boolean')
-rw-r--r-- | cad/boolean/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cad/boolean/Makefile b/cad/boolean/Makefile index 1a1c99f6827..fae75fa7888 100644 --- a/cad/boolean/Makefile +++ b/cad/boolean/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2004/01/10 14:25:42 recht Exp $ +# $NetBSD: Makefile,v 1.15 2004/01/22 07:21:54 grant Exp $ # DISTNAME= boolean @@ -18,7 +18,7 @@ REL= 6.4 BUILD_DEPENDS+= cmake>=1.6.6:../../devel/cmake USE_BUILDLINK2= YES -USE_GMAKE= YES +USE_GNU_TOOLS+= make # the zip archive messes up the case of these files which breaks # cmake. |