diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2019-06-12 16:22:05 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2019-06-12 16:22:05 +0000 |
commit | e67cf247affa20b279d0de9b9de7e308fec6a7a7 (patch) | |
tree | f8c3340d6870f468a921eceb2e7f936d24a71968 /misc/tkcron | |
parent | Bugfix upgrade to 11.11.3. (diff) |
IGNORE USES=t(cl|k):85+ and DEPRECATE USES=t(cl|k):85
Notes
Notes:
svn path=/head/; revision=504026
Diffstat (limited to 'misc/tkcron')
-rw-r--r-- | misc/tkcron/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/misc/tkcron/Makefile b/misc/tkcron/Makefile index 38d3b82a73e4..d1f0b396bc18 100644 --- a/misc/tkcron/Makefile +++ b/misc/tkcron/Makefile @@ -15,8 +15,6 @@ EXTRACT_SUFX= .tcl.gz MAINTAINER= cy@FreeBSD.org COMMENT= Frontend to crontab -DEPRECATED= Tcl/Tk 8.5 is nearing EOL, please consider porting to Tcl/Tk 8.6 - USES= tk:85,run EXTRACT_CMD= ${GZIP_CMD} |