summaryrefslogtreecommitdiff
path: root/comms/tkscanfax
diff options
context:
space:
mode:
authorYoshio MITA <mita@FreeBSD.org>2007-05-25 15:59:15 +0000
committerYoshio MITA <mita@FreeBSD.org>2007-05-25 15:59:15 +0000
commit1eaeed18ca3245223ce8c9637a7f67093cb58f2b (patch)
tree6eb267ce7c43d7c3288ea1fb400caa7ce53665f1 /comms/tkscanfax
parentCorrect patch name so that it actually applies. (diff)
committed patch for tk8.4. Program works fine.
PR: ports/110581
Notes
Notes: svn path=/head/; revision=191796
Diffstat (limited to 'comms/tkscanfax')
-rw-r--r--comms/tkscanfax/Makefile7
-rw-r--r--comms/tkscanfax/files/patch-src:wish6
2 files changed, 6 insertions, 7 deletions
diff --git a/comms/tkscanfax/Makefile b/comms/tkscanfax/Makefile
index 41abdc5cf2d8..dba4cd99fc02 100644
--- a/comms/tkscanfax/Makefile
+++ b/comms/tkscanfax/Makefile
@@ -9,16 +9,15 @@ PORTNAME= tkscanfax
PORTVERSION= 1.1.4
PORTREVISION= 1
PORTEPOCH= 1
-CATEGORIES= comms tk83
+CATEGORIES= comms tk84
MASTER_SITES= http://shino.pos.to/linux/tkscanfax/
MAINTAINER= mita@FreeBSD.org
COMMENT= Tcl/Tk frontend for fax scan/receive/send program (command is tkfax)
-RUN_DEPENDS= wish8.3:${PORTSDIR}/x11-toolkits/tk83
-
+USE_TK= yes
WRKSRC= ${WRKDIR}/${PORTNAME}1
-NO_BUILD= YES
+NO_BUILD= yes
post-extract:
${FIND} ${WRKSRC} -name '*~' -delete
diff --git a/comms/tkscanfax/files/patch-src:wish b/comms/tkscanfax/files/patch-src:wish
index 4f071046a273..3222c667ef51 100644
--- a/comms/tkscanfax/files/patch-src:wish
+++ b/comms/tkscanfax/files/patch-src:wish
@@ -1,10 +1,10 @@
---- tkfax.orig Sun Nov 14 20:59:03 2004
+-- tkfax.orig Sun Nov 14 20:59:03 2004
+++ tkfax Sun Nov 14 20:59:40 2004
@@ -1,6 +1,6 @@
#!/bin/sh
# the next line restarts using wish \
-exec wish "$0" "$@"
-+exec wish8.3 "$0" "$@"
++exec wish8.4 "$0" "$@"
set fax(libdir) /usr/local/lib/tkscanfax1
if [ file exist fax-init.tcl ] { set fax(libdir) [pwd] }
@@ -14,7 +14,7 @@
#!/bin/sh
# the next line restarts using wish \
-exec wish "$0" "$@"
-+exec wish8.3 "$0" "$@"
++exec wish8.4 "$0" "$@"
# Set TkScan installation directory.