diff options
author | grant <grant@pkgsrc.org> | 2004-01-25 03:08:46 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-01-25 03:08:46 +0000 |
commit | fd49d1a855d6081bb874af52b038f0531dc6a9a1 (patch) | |
tree | fa855173b773787e6a949665703ab3df49fc6f8b /cad | |
parent | f9d1cda00bc4cd4f34ee12d52ee27bbef009a7ab (diff) | |
download | pkgsrc-fd49d1a855d6081bb874af52b038f0531dc6a9a1.tar.gz |
replace BUILD_DEPENDS m4 and M4 definition with USE_GNU_TOOLS+=m4.
Diffstat (limited to 'cad')
-rw-r--r-- | cad/tkgate/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/cad/tkgate/Makefile b/cad/tkgate/Makefile index 5334eba2a15..0fc6d6714cb 100644 --- a/cad/tkgate/Makefile +++ b/cad/tkgate/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2003/07/17 21:25:24 grant Exp $ +# $NetBSD: Makefile,v 1.8 2004/01/25 03:08:46 grant Exp $ # DISTNAME= tkgate-1.6i @@ -12,12 +12,11 @@ HOMEPAGE= http://www-2.cs.cmu.edu/~hansen/tkgate/ COMMENT= Tcl/Tk based digital circuit editor and simulator BUILD_DEPENDS+= bison>=1.35:../../devel/bison -BUILD_DEPENDS+= m4>=1.4:../../devel/m4 BUILD_DEPENDS+= libiconv-[0-9]*:../../converters/libiconv USE_BUILDLINK2= yes USE_IMAKE= yes -M4= ${LOCALBASE}/bin/gm4 +USE_GNU_TOOLS+= m4 TKGATE_SITENAME= Earth |