From 8df741a40889475c0d28969da189852759ff8165 Mon Sep 17 00:00:00 2001 From: kris Date: Sun, 17 Aug 2003 01:51:48 +0000 Subject: Switch to tcl/tk 8.4, add tcl84 virtual category and bump PORTREVISION. --- devel/tkcon/Makefile | 5 +++-- devel/tkcon/files/patch-aa | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) (limited to 'devel') diff --git a/devel/tkcon/Makefile b/devel/tkcon/Makefile index 268567942f7..f90e0a29927 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 f6608c1dd77..a10f271297c 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 -- cgit