diff options
author | kris <kris@FreeBSD.org> | 2003-08-17 01:51:48 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2003-08-17 01:51:48 +0000 |
commit | 8df741a40889475c0d28969da189852759ff8165 (patch) | |
tree | b53ca7fc67979109507322fa60d4f28779ddd6e0 /devel/tkcon | |
parent | fecdb9fb2cd190597c85994537e345716c1b080a (diff) | |
download | FreeBSD-ports-8df741a40889475c0d28969da189852759ff8165.zip FreeBSD-ports-8df741a40889475c0d28969da189852759ff8165.tar.gz |
Switch to tcl/tk 8.4, add tcl84 virtual category and bump PORTREVISION.
Diffstat (limited to 'devel/tkcon')
-rw-r--r-- | devel/tkcon/Makefile | 5 | ||||
-rw-r--r-- | devel/tkcon/files/patch-aa | 2 |
2 files changed, 4 insertions, 3 deletions
diff --git a/devel/tkcon/Makefile b/devel/tkcon/Makefile index 2685679..f90e0a2 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 f6608c1..a10f271 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 |