summaryrefslogtreecommitdiff
path: root/devel/tkcon
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2003-08-17 01:51:48 +0000
committerKris Kennaway <kris@FreeBSD.org>2003-08-17 01:51:48 +0000
commit565e89d94e7db6fe4166ea2ceb0efdbec236443d (patch)
treee27004b85b9d22ce26ea0d8ec261b45163bc581f /devel/tkcon
parentSwitch to tcl/tk 8.4 and bump PORTREVISION. (diff)
Switch to tcl/tk 8.4, add tcl84 virtual category and bump PORTREVISION.
Notes
Notes: svn path=/head/; revision=87101
Diffstat (limited to 'devel/tkcon')
-rw-r--r--devel/tkcon/Makefile5
-rw-r--r--devel/tkcon/files/patch-aa2
2 files changed, 4 insertions, 3 deletions
diff --git a/devel/tkcon/Makefile b/devel/tkcon/Makefile
index 268567942f70..f90e0a299279 100644
--- a/devel/tkcon/Makefile
+++ b/devel/tkcon/Makefile
@@ -7,14 +7,15 @@
PORTNAME= tkcon
PORTVERSION= 2.2
-CATEGORIES= devel tk83
+PORTREVISION= 1
+CATEGORIES= devel tcl84 tk84
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=${PORTNAME}
MAINTAINER= ports@freebsd.org
COMMENT= Tk console for Tcl
-RUN_DEPENDS= wish8.3:${PORTSDIR}/x11-toolkits/tk83
+RUN_DEPENDS= wish8.4:${PORTSDIR}/x11-toolkits/tk84
USE_REINPLACE= yes
NO_BUILD= yes
diff --git a/devel/tkcon/files/patch-aa b/devel/tkcon/files/patch-aa
index f6608c1dd771..a10f271297c1 100644
--- a/devel/tkcon/files/patch-aa
+++ b/devel/tkcon/files/patch-aa
@@ -4,7 +4,7 @@
#!/bin/sh
# \
-exec wish "$0" ${1+"$@"}
-+if [ X$WISH != X ]; then exec $WISH "$0" -- "$@"; else exec wish8.3 "$0" -- "$@"; fi;
++if [ X$WISH != X ]; then exec $WISH "$0" -- "$@"; else exec wish8.4 "$0" -- "$@"; fi;
#
## tkcon.tcl