diff options
author | wiz <wiz@pkgsrc.org> | 2003-01-13 12:08:47 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2003-01-13 12:08:47 +0000 |
commit | 953b8af93c4b9ab03c82dc1c373af0b3da70f0b7 (patch) | |
tree | b144fa7c825cbdbec82122496a01f0a5df8d9505 /cad/tkgate | |
parent | 49725f2290b599fec9fe3ec9321ec97cdd98c9ae (diff) | |
download | pkgsrc-953b8af93c4b9ab03c82dc1c373af0b3da70f0b7.tar.gz |
Needs GNU m4. Fixes bulk build problem.
Diffstat (limited to 'cad/tkgate')
-rw-r--r-- | cad/tkgate/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/cad/tkgate/Makefile b/cad/tkgate/Makefile index 0bf179957fd..6241b51e0e6 100644 --- a/cad/tkgate/Makefile +++ b/cad/tkgate/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2003/01/03 15:26:55 jmmv Exp $ +# $NetBSD: Makefile,v 1.4 2003/01/13 12:08:47 wiz Exp $ # DISTNAME= tkgate-1.6i @@ -11,10 +11,12 @@ 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/gm4 BUILD_DEPENDS+= libiconv-[0-9]*:../../converters/libiconv USE_BUILDLINK2= yes USE_IMAKE= yes +M4= ${LOCALBASE}/bin/gm4 TKGATE_SITENAME= Earth |