diff options
author | steve <steve@FreeBSD.org> | 1999-11-29 11:55:34 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-11-29 11:55:34 +0800 |
commit | 59ebbe512fca939036a8e59e1e15539a4f769958 (patch) | |
tree | 6fe335762a8042c025e099061ed486814247aecb /misc | |
parent | 6c62120efc0b2d47cdc3bdce4439d6a203384a84 (diff) | |
download | freebsd-ports-gnome-59ebbe512fca939036a8e59e1e15539a4f769958.tar.gz freebsd-ports-gnome-59ebbe512fca939036a8e59e1e15539a4f769958.tar.zst freebsd-ports-gnome-59ebbe512fca939036a8e59e1e15539a4f769958.zip |
Update to use Tcl/Tk version 8.2. Note you will need a very recent tk82
port for this to work correctly.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/tkman/Makefile | 6 | ||||
-rw-r--r-- | misc/tkman/files/patch-aa | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/misc/tkman/Makefile b/misc/tkman/Makefile index 7557c0d8638a..8765b924a2ae 100644 --- a/misc/tkman/Makefile +++ b/misc/tkman/Makefile @@ -7,20 +7,20 @@ # DISTNAME= tkman-2.1b2 -CATEGORIES= misc tk80 +CATEGORIES= misc tk82 MASTER_SITES= ftp://ftp.cs.berkeley.edu/ucb/people/phelps/tcltk/ EXTRACT_SUFX= .tar.Z MAINTAINER= tg@freebsd.org -LIB_DEPENDS= tk80.1:${PORTSDIR}/x11-toolkits/tk80 +LIB_DEPENDS= tk82.1:${PORTSDIR}/x11-toolkits/tk82 RUN_DEPENDS= rman:${PORTSDIR}/textproc/rman \ glimpse:${PORTSDIR}/textproc/glimpse NO_CDROM= "License required" post-patch: - perl -pi -e "s;/usr/local/bin/wish;${PREFIX}/bin/wish8.0;" \ + perl -pi -e "s;/usr/local/bin/wish;${PREFIX}/bin/wish8.2;" \ ${WRKSRC}/contrib/tkmanclient post-install: diff --git a/misc/tkman/files/patch-aa b/misc/tkman/files/patch-aa index 191543a092ca..c3b8e6126b3b 100644 --- a/misc/tkman/files/patch-aa +++ b/misc/tkman/files/patch-aa @@ -8,7 +8,7 @@ +#WISH = /private/share/bin/wish #WISH = /private/share/bin/wish8.1 -#WISH = /usr/local/bin/wish8.0 -+WISH = ${PREFIX}/bin/wish8.0 ++WISH = ${PREFIX}/bin/wish8.2 # the executable `tkman' is placed in BINDIR # this should be a directory that's in your bin PATH |