diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2009-03-14 18:29:15 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2009-03-14 18:29:15 +0000 |
commit | a57bf6db920b697331922851ef4f5be1d9c54dc8 (patch) | |
tree | c0001f146e1f062b63ce65440f6ad51081b6204c /games | |
parent | 5183fe7ba277648caeabcb86743f284797342913 (diff) |
- externd support for tcl/tk 8.2
Notes
Notes:
svn path=/head/; revision=230080
Diffstat (limited to 'games')
-rw-r--r-- | games/bogged/Makefile | 3 | ||||
-rw-r--r-- | games/merlin/Makefile | 3 |
2 files changed, 0 insertions, 6 deletions
diff --git a/games/bogged/Makefile b/games/bogged/Makefile index 7236fb473170..d53711113484 100644 --- a/games/bogged/Makefile +++ b/games/bogged/Makefile @@ -18,9 +18,6 @@ COMMENT= Word game for X Window System RUN_DEPENDS= wish8.2:${PORTSDIR}/x11-toolkits/tk82 -DEPRECATED= tcl82 support is going to be dropped -EXPIRATION_DATE= 2009-04-22 - EXTRACT_CMD= ${CP} EXTRACT_BEFORE_ARGS= EXTRACT_AFTER_ARGS= ${WRKDIR} diff --git a/games/merlin/Makefile b/games/merlin/Makefile index 58a5683fbe02..0e4328307304 100644 --- a/games/merlin/Makefile +++ b/games/merlin/Makefile @@ -17,9 +17,6 @@ COMMENT= A pointless puzzle game for Tcl/Tk RUN_DEPENDS= wish8.2:${PORTSDIR}/x11-toolkits/tk82 -DEPRECATED= tcl82 support is going to be dropped -EXPIRATION_DATE= 2009-04-22 - NO_WRKSUBDIR= yes NO_BUILD= yes |