diff options
author | mm <mm@FreeBSD.org> | 2009-02-10 19:36:02 +0800 |
---|---|---|
committer | mm <mm@FreeBSD.org> | 2009-02-10 19:36:02 +0800 |
commit | a7297c2d223fd49fa6c15cea0b76c825e15457da (patch) | |
tree | 5d301fbf1b2d964d8556a9111010241150b6633c | |
parent | 5feb8037126c6f77c520ad1a8b640a1b60b9c111 (diff) | |
download | freebsd-ports-gnome-a7297c2d223fd49fa6c15cea0b76c825e15457da.tar.gz freebsd-ports-gnome-a7297c2d223fd49fa6c15cea0b76c825e15457da.tar.zst freebsd-ports-gnome-a7297c2d223fd49fa6c15cea0b76c825e15457da.zip |
- Deprecate (tcl82 support is going to be dropped)
PR: ports/130876
Approved by: maintainer (timeout)
-rw-r--r-- | finance/cbb/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/finance/cbb/Makefile b/finance/cbb/Makefile index abd330b2d043..d4bb159d0d65 100644 --- a/finance/cbb/Makefile +++ b/finance/cbb/Makefile @@ -16,6 +16,8 @@ MAINTAINER= kline@thought.org COMMENT= Checkbook balancing tool RUN_DEPENDS= wish8.2:${PORTSDIR}/x11-toolkits/tk82 +DEPRECATED= tcl82 support is going to be dropped +EXPIRATION_DATE= 2009-04-22 NO_BUILD= yes USE_PERL5= yes |