diff options
author | rh <rh@pkgsrc.org> | 1999-08-11 07:13:09 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 1999-08-11 07:13:09 +0000 |
commit | fbebc6736a83b179705df74aca68043bc2e4d6b0 (patch) | |
tree | de006a15baa0e40d975dbf44cb7ca6319d1d0d17 /comms | |
parent | b2e4f4f0cc05ba180a25f641d44acae305ce94d9 (diff) | |
download | pkgsrc-fbebc6736a83b179705df74aca68043bc2e4d6b0.tar.gz |
wish8.0 is part of tk80 not tcl80.
Diffstat (limited to 'comms')
-rw-r--r-- | comms/tkhylafax/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/comms/tkhylafax/Makefile b/comms/tkhylafax/Makefile index 0ea6b458e8e..0b40996e6bd 100644 --- a/comms/tkhylafax/Makefile +++ b/comms/tkhylafax/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 1999/08/11 06:21:27 rh Exp $ +# $NetBSD: Makefile,v 1.3 1999/08/11 07:13:09 rh Exp $ # FreeBSD Id: Makefile,v 1.6 1998/08/07 23:56:12 asami Exp # @@ -12,7 +12,7 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.elgro.demon.co.uk/resources.html DEPENDS+= hylafax-4.1b1:../../comms/hylafax -RUN_DEPENDS+= ${PREFIX}/bin/wish8.0:../../lang/tcl80 +RUN_DEPENDS+= ${PREFIX}/bin/wish8.0:../../x11/tk80 RUN_DEPENDS+= ${PREFIX}/bin/gs:../../print/ghostscript5 RUN_DEPENDS+= ${X11BASE}/bin/gv:../../print/gv |