Skip to content

Commit

Permalink
misc/tkcron: Use default tk
Browse files Browse the repository at this point in the history
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
  • Loading branch information
cschuber committed May 5, 2021
1 parent ada1f9e commit d87efbc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions misc/tkcron/Makefile
Expand Up @@ -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/ \
Expand All @@ -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
Expand Down

0 comments on commit d87efbc

Please sign in to comment.