diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2017-10-20 12:25:51 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2017-10-20 12:25:51 +0000 |
commit | 4c8e815675340c3b21332e6591e412fae2d4e244 (patch) | |
tree | 51f693d2cfc954bca403c491ad9229db572732c4 /games/ifm | |
parent | acee4579e85d15babd58f1f1257e04beb529dda6 (diff) | |
download | ports-4c8e815675340c3b21332e6591e412fae2d4e244.tar.gz ports-4c8e815675340c3b21332e6591e412fae2d4e244.zip |
Notes
Diffstat (limited to 'games/ifm')
-rw-r--r-- | games/ifm/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/games/ifm/Makefile b/games/ifm/Makefile index 4665d8d07636..c8d1a19d7184 100644 --- a/games/ifm/Makefile +++ b/games/ifm/Makefile @@ -9,6 +9,9 @@ MASTER_SITES= http://www.ifarchive.org/if-archive/mapping-tools/ MAINTAINER= akosela@andykosela.com COMMENT= Interactive Fiction mapper and walkthrough generator +DEPRECATED= Tcl/Tk 8.4 is no longer maintained, please use 8.5+ +EXPIRATION_DATE= 2017-11-20 + RUN_DEPENDS= wish8.4:x11-toolkits/tk84 USES= perl5 gmake |