- Use TCL/TK 8.4
- Respect X11BASE [1] PR: 110318 Submitted by: Martin Tournoij <carpetsmoker@xs4all.nl> miwi [1]
This commit is contained in:
parent
27ae2b1ff7
commit
8757a8ed7e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=187479
2 changed files with 6 additions and 5 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue