diff options
author | agc <agc@pkgsrc.org> | 2003-01-24 09:46:27 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2003-01-24 09:46:27 +0000 |
commit | e815b449e48b896e8ba51640f43277336fadf952 (patch) | |
tree | dee807876d7717a2ff3e2d29837c017000fcea92 /cad/tkgate | |
parent | 84d9a5c83ff2455c543b8d75d5066a81d9a207a5 (diff) | |
download | pkgsrc-e815b449e48b896e8ba51640f43277336fadf952.tar.gz |
Correct the directory path for GNU m4 package.
Diffstat (limited to 'cad/tkgate')
-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 |