diff options
author | jseger <jseger@FreeBSD.org> | 1999-11-05 17:27:57 +0000 |
---|---|---|
committer | jseger <jseger@FreeBSD.org> | 1999-11-05 17:27:57 +0000 |
commit | 4a03b673383ab86252f50a80faecbe003f60bd3b (patch) | |
tree | 8a5db7ada6e0de8c422f30c5fb3d49ca003c1485 | |
parent | 999fbe8e160e67af7c1b9ca5a4be1bf8e5e87d4b (diff) | |
download | FreeBSD-ports-4a03b673383ab86252f50a80faecbe003f60bd3b.zip FreeBSD-ports-4a03b673383ab86252f50a80faecbe003f60bd3b.tar.gz |
Switch to tcl/tk8.2
Submitted by: Ade Lovett <ade@lovett.com>
-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 0b8a274..fdcc7a7 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 269edad..f46bd47 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 2230132..e321126 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+"$@"} # # |