diff options
author | rh <rh> | 1999-08-11 07:13:09 +0000 |
---|---|---|
committer | rh <rh> | 1999-08-11 07:13:09 +0000 |
commit | f8c0b2e643434588e12fb240b0903f78e29050bd (patch) | |
tree | de006a15baa0e40d975dbf44cb7ca6319d1d0d17 /comms | |
parent | 0f64d0d8e92996deb166cbbd2094271f1c381fcb (diff) | |
download | pkgsrc-f8c0b2e643434588e12fb240b0903f78e29050bd.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 |