diff options
author | miwi <miwi@FreeBSD.org> | 2007-03-16 19:23:52 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-03-16 19:23:52 +0800 |
commit | 25fb025f5c7d0946ef5b68879d70f0b7fd41b35f (patch) | |
tree | 773ccc7e01d5a9d034373269159979ab504adad3 /comms | |
parent | 33c5ed8fd97846a91173b3d6f0d02ac2c9321a2e (diff) | |
download | freebsd-ports-gnome-25fb025f5c7d0946ef5b68879d70f0b7fd41b35f.tar.gz freebsd-ports-gnome-25fb025f5c7d0946ef5b68879d70f0b7fd41b35f.tar.zst freebsd-ports-gnome-25fb025f5c7d0946ef5b68879d70f0b7fd41b35f.zip |
- Use TCL/TK 8.4
- Respect X11BASE [1]
PR: 110318
Submitted by: Martin Tournoij <carpetsmoker@xs4all.nl>
miwi [1]
Diffstat (limited to 'comms')
-rw-r--r-- | comms/tkhylafax/Makefile | 7 | ||||
-rw-r--r-- | comms/tkhylafax/files/patch-aa | 4 |
2 files changed, 6 insertions, 5 deletions
diff --git a/comms/tkhylafax/Makefile b/comms/tkhylafax/Makefile index 4f2b03e5d781..e595f9e816cf 100644 --- a/comms/tkhylafax/Makefile +++ b/comms/tkhylafax/Makefile @@ -7,7 +7,8 @@ PORTNAME= tkhylafax PORTVERSION= 3.2b -CATEGORIES= comms tk82 +PORTREVISION= 1 +CATEGORIES= comms tk84 MASTER_SITES= ftp://ftp.hylafax.org/contrib/tkhylafax/ DISTNAME= ${PORTNAME}-${PORTVERSION:S/b/beta/} @@ -15,9 +16,9 @@ MAINTAINER= ports@FreeBSD.org COMMENT= A tcl/tk interface to Sam Leffler's fax package USE_GHOSTSCRIPT_RUN= yes +USE_TK= yes -RUN_DEPENDS= wish8.2:${PORTSDIR}/x11-toolkits/tk82 \ - sendfax:${PORTSDIR}/comms/hylafax \ +RUN_DEPENDS= sendfax:${PORTSDIR}/comms/hylafax \ gv:${PORTSDIR}/print/gv WRKSRC= ${WRKDIR}/tkhylafax diff --git a/comms/tkhylafax/files/patch-aa b/comms/tkhylafax/files/patch-aa index 5f2eb18318d6..e391030da8ea 100644 --- a/comms/tkhylafax/files/patch-aa +++ b/comms/tkhylafax/files/patch-aa @@ -14,11 +14,11 @@ # The full path to tclsh -TCLSH = /usr/bin/tclsh -+TCLSH = tclsh8.2 ++TCLSH = tclsh8.4 # The full path to wish. -WISH = /usr/bin/wish -+WISH = wish8.2 ++WISH = wish8.4 # The full path to your postscript viewer -GHOSTVIEW = /usr/X11/bin/gv |