diff options
author | Justin M. Seger <jseger@FreeBSD.org> | 1999-11-05 17:27:57 +0000 |
---|---|---|
committer | Justin M. Seger <jseger@FreeBSD.org> | 1999-11-05 17:27:57 +0000 |
commit | 400737a9f2e78a7769ce93ea06d5e91cae0b88b1 (patch) | |
tree | a784183f385cf22b95e4413d2e86559944f684b0 /comms | |
parent | Update to 8.0. (diff) |
Switch to tcl/tk8.2
Submitted by: Ade Lovett <ade@lovett.com>
Notes
Notes:
svn path=/head/; revision=22928
Diffstat (limited to 'comms')
-rw-r--r-- | comms/tkhylafax/Makefile | 4 | ||||
-rw-r--r-- | comms/tkhylafax/files/patch-aa | 4 | ||||
-rw-r--r-- | comms/tkhylafax/files/patch-ab | 2 |
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+"$@"} # # |