diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2003-08-17 08:11:00 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2003-08-17 08:11:00 +0000 |
commit | 7bbe53a22ac0eecd298a97dc0998c79fe7800c02 (patch) | |
tree | 455a651df9d78af8ced0fed44bc8a26351b09ff6 /x11-fonts | |
parent | 61bf11aa5bbde61e77509b75bf4e8ec9512d489c (diff) |
Switch to tcl/tk 8.4 and add tcl84 virtual category
Notes
Notes:
svn path=/head/; revision=87115
Diffstat (limited to 'x11-fonts')
-rw-r--r-- | x11-fonts/tkfont/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-fonts/tkfont/Makefile b/x11-fonts/tkfont/Makefile index ba83638299c5..5e1cd80b4f9a 100644 --- a/x11-fonts/tkfont/Makefile +++ b/x11-fonts/tkfont/Makefile @@ -8,20 +8,20 @@ PORTNAME= tkfont PORTVERSION= 1.1 PORTREVISION= 1 -CATEGORIES= x11-fonts tk83 +CATEGORIES= x11-fonts tcl84 tk84 MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= petef MAINTAINER= ports@freebsd.org COMMENT= A Tk based replacement for xfontsel -RUN_DEPENDS= wish8.3:${PORTSDIR}/x11-toolkits/tk83 +RUN_DEPENDS= wish8.4:${PORTSDIR}/x11-toolkits/tk84 NO_BUILD= yes post-patch: ${SED} -e "s,/usr/local,${LOCALBASE}," \ - -e "s,#!/usr/X11/bin/wish,#!$(LOCALBASE)/bin/wish8.3," \ + -e "s,#!/usr/X11/bin/wish,#!$(LOCALBASE)/bin/wish8.4," \ < ${WRKSRC}/tkfont > ${WRKSRC}/tkfont.new ${MV} ${WRKSRC}/tkfont.new ${WRKSRC}/tkfont |