summaryrefslogtreecommitdiff
path: root/misc/tkcron
diff options
context:
space:
mode:
Diffstat (limited to 'misc/tkcron')
-rw-r--r--misc/tkcron/Makefile4
-rw-r--r--misc/tkcron/files/Makefile2
2 files changed, 4 insertions, 2 deletions
diff --git a/misc/tkcron/Makefile b/misc/tkcron/Makefile
index 85e209ccb8f5..a938236f17b4 100644
--- a/misc/tkcron/Makefile
+++ b/misc/tkcron/Makefile
@@ -7,6 +7,7 @@
PORTNAME= tkcron
PORTVERSION= 2.12
+PORTREVISION= 1
CATEGORIES= misc
MASTER_SITES= ftp://ftp.tcl.tk/pub/tcl/mirror/ftp.procplace.com/sorted/packages-7.6/misc/tkcron-2.12/ \
http://ftp.sunet.se/pub/lang/tcl/sorted/packages-7.6/misc/tkcron-2.12/ \
@@ -18,7 +19,8 @@ EXTRACT_SUFX= .tcl.gz
MAINTAINER= cy@FreeBSD.org
COMMENT= A frontend to crontab
-RUN_DEPENDS= wish8.2:${PORTSDIR}/x11-toolkits/tk82
+RUN_DEPENDS= wish8.5:${PORTSDIR}/x11-toolkits/tk85 \
+ wish:${PORTSDIR}/x11-toolkits/tk-wrapper
EXTRACT_CMD= ${GZIP_CMD}
EXTRACT_BEFORE_ARGS= -cd
diff --git a/misc/tkcron/files/Makefile b/misc/tkcron/files/Makefile
index b18a1dee335f..63791c9b563e 100644
--- a/misc/tkcron/files/Makefile
+++ b/misc/tkcron/files/Makefile
@@ -8,7 +8,7 @@ WISHDIR?= ${BINDIR}
all: tkcron
tkcron:
- sed -e "\:/usr/local/bin/wish: s;;${BINDIR}/wish8.2;g" tkcron.tcl > tkcron
+ cp tkcron.tcl tkcron
install: all
install ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} tkcron ${BINDIR}