diff options
Diffstat (limited to 'x11-fonts/tkfont')
-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 |