summaryrefslogtreecommitdiff
path: root/comms
diff options
context:
space:
mode:
Diffstat (limited to 'comms')
-rw-r--r--comms/tkhylafax/Makefile4
-rw-r--r--comms/tkhylafax/files/patch-aa4
-rw-r--r--comms/tkhylafax/files/patch-ab2
3 files changed, 5 insertions, 5 deletions
diff --git a/comms/tkhylafax/Makefile b/comms/tkhylafax/Makefile
index 0b8a27469b3f..fdcc7a759fb0 100644
--- a/comms/tkhylafax/Makefile
+++ b/comms/tkhylafax/Makefile
@@ -8,12 +8,12 @@
DISTNAME= tkhylafax-3.0b2
PKGNAME= tkhylafax-3.0
-CATEGORIES= comms tk42
+CATEGORIES= comms tk82
MASTER_SITES= http://www.NeoSoft.com/tcl/ftparchive/sorted/comm/tkhylafax-3.0b2/
MAINTAINER= andreas@FreeBSD.org
-RUN_DEPENDS= wish4.2:${PORTSDIR}/x11-toolkits/tk42 \
+RUN_DEPENDS= wish8.2:${PORTSDIR}/x11-toolkits/tk82 \
sendfax:${PORTSDIR}/comms/hylafax \
gs:${PORTSDIR}/print/ghostscript5 \
gv:${PORTSDIR}/print/gv
diff --git a/comms/tkhylafax/files/patch-aa b/comms/tkhylafax/files/patch-aa
index 269edad06a01..f46bd4719e05 100644
--- a/comms/tkhylafax/files/patch-aa
+++ b/comms/tkhylafax/files/patch-aa
@@ -5,11 +5,11 @@
# The full path to tclsh
-TCLSH = /usr/local/bin/tclsh
-+TCLSH = tclsh7.6
++TCLSH = tclsh8.2
# The full path to wish.
-WISH = /usr/local/bin/wish
-+WISH = wish4.2
++WISH = wish8.2
### DON'T EDIT ANYTHING BELOW THIS LINE ###
TCLLIB_FILES = \
diff --git a/comms/tkhylafax/files/patch-ab b/comms/tkhylafax/files/patch-ab
index 22301325fc6d..e32112699866 100644
--- a/comms/tkhylafax/files/patch-ab
+++ b/comms/tkhylafax/files/patch-ab
@@ -4,7 +4,7 @@
#!/bin/sh
#\
-exec wish "$0" ${1+"$@"}
-+exec wish4.2 "$0" ${1+"$@"}
++exec wish8.2 "$0" ${1+"$@"}
#
#