diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2002-05-19 07:00:52 +0000 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2002-05-19 07:00:52 +0000 |
commit | 79a3ddbac26bac83be40bfcf8f287215d9332c21 (patch) | |
tree | 6cd3474106b2ef6ede5177a04cc322319904fad0 /x11-fonts | |
parent | a8cc1b0d11b5c4b1f152a7a7ab3f44f09233f83e (diff) |
Use tk83.
PR: 35362
Submitted by: Alan Eldridge <ports@geeksrus.net>
Approved by: maintainer timeout
Notes
Notes:
svn path=/head/; revision=59458
Diffstat (limited to 'x11-fonts')
-rw-r--r-- | x11-fonts/tkfont/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/x11-fonts/tkfont/Makefile b/x11-fonts/tkfont/Makefile index c7884e820b3d..1ce5cb35df3f 100644 --- a/x11-fonts/tkfont/Makefile +++ b/x11-fonts/tkfont/Makefile @@ -7,19 +7,20 @@ PORTNAME= tkfont PORTVERSION= 1.1 -CATEGORIES= x11-fonts tk82 +PORTREVISION= 1 +CATEGORIES= x11-fonts tk83 MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= billf MAINTAINER= brett@peloton.runet.edu -RUN_DEPENDS= wish8.2:${PORTSDIR}/x11-toolkits/tk82 +RUN_DEPENDS= wish8.3:${PORTSDIR}/x11-toolkits/tk83 NO_BUILD= yes post-patch: ${SED} -e "s,/usr/local,${LOCALBASE}," \ - -e "s,#!/usr/X11/bin/wish,#!$(LOCALBASE)/bin/wish8.2," \ + -e "s,#!/usr/X11/bin/wish,#!$(LOCALBASE)/bin/wish8.3," \ < ${WRKSRC}/tkfont > ${WRKSRC}/tkfont.new ${MV} ${WRKSRC}/tkfont.new ${WRKSRC}/tkfont |