diff options
Diffstat (limited to 'cad/tkgate/Makefile')
-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 |