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 | |
parent | The port's original maintainer seems to have disappeared off the face of the (diff) |
Use tk83.
PR: 35362
Submitted by: Alan Eldridge <ports@geeksrus.net>
Approved by: maintainer timeout
-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 |