aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2021-05-05 19:16:56 +0000
committerCy Schubert <cy@FreeBSD.org>2021-05-05 19:16:56 +0000
commitd87efbc4572321f5aec06e94d199217cdb257f57 (patch)
tree83f0ae3d504aff2045631925d7c31e5a75033ba0
parentada1f9e6a4901386637f2127640c9126b3eaa0bd (diff)
downloadports-d87efbc4572321f5aec06e94d199217cdb257f57.tar.gz
ports-d87efbc4572321f5aec06e94d199217cdb257f57.zip
misc/tkcron: Use default tk
tkcron is able to run under any version of tk. Use the default tk prescribed by the ports tree. PR: 255624 Reported by: Chris Hutchinson <portmaster_bsdforge.com MFH: 2021Q2
-rw-r--r--misc/tkcron/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/tkcron/Makefile b/misc/tkcron/Makefile
index de0a73407e8b..a0cd34aa104b 100644
--- a/misc/tkcron/Makefile
+++ b/misc/tkcron/Makefile
@@ -2,7 +2,7 @@
PORTNAME= tkcron
PORTVERSION= 2.12
-PORTREVISION= 2
+PORTREVISION= 3
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/ \
@@ -14,7 +14,7 @@ EXTRACT_SUFX= .tcl.gz
MAINTAINER= cy@FreeBSD.org
COMMENT= Frontend to crontab
-USES= tk:85,run
+USES= tk:,run
EXTRACT_CMD= ${GZIP_CMD}
EXTRACT_BEFORE_ARGS= -cd