diff options
-rw-r--r-- | cad/tkgate/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cad/tkgate/Makefile b/cad/tkgate/Makefile index 6241b51e0e6..ede86cbc399 100644 --- a/cad/tkgate/Makefile +++ b/cad/tkgate/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2003/01/13 12:08:47 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2003/01/24 09:46:27 agc Exp $ # DISTNAME= tkgate-1.6i @@ -11,7 +11,7 @@ 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+= m4>=1.4:../../devel/m4 BUILD_DEPENDS+= libiconv-[0-9]*:../../converters/libiconv USE_BUILDLINK2= yes |