diff options
author | Steve Price <steve@FreeBSD.org> | 1999-11-29 03:55:34 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-11-29 03:55:34 +0000 |
commit | f28151fc495bb9b6c4e26f410a25b365e01b75f2 (patch) | |
tree | a5626edc69972db66efa758145cb0ae01b5e5289 /misc/tkman/Makefile | |
parent | Locate DISTFILE on MASTER_SITE again and update to use Tcl/Tk version 8.2. (diff) |
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/tkman/Makefile')
-rw-r--r-- | misc/tkman/Makefile | 6 |
1 files changed, 3 insertions, 3 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: |