diff options
author | Martin Matuska <mm@FreeBSD.org> | 2009-02-14 15:29:21 +0000 |
---|---|---|
committer | Martin Matuska <mm@FreeBSD.org> | 2009-02-14 15:29:21 +0000 |
commit | 38052bdcd845bb049ca6433a22890699a7e025b7 (patch) | |
tree | 24d4e4f665bf3a47b2c7efc4ea90ee0b35b83377 /audio/vat | |
parent | d1b2d13b032dcce1faeaa9f9c9605f08675a3de6 (diff) | |
download | ports-38052bdcd845bb049ca6433a22890699a7e025b7.tar.gz ports-38052bdcd845bb049ca6433a22890699a7e025b7.zip |
- Deprecate due to planned end of support for tcl/tk 83 on 2009-05-22
Notes
Notes:
svn path=/head/; revision=228280
Diffstat (limited to 'audio/vat')
-rw-r--r-- | audio/vat/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/audio/vat/Makefile b/audio/vat/Makefile index cc85e2619033..c7a5171d7a92 100644 --- a/audio/vat/Makefile +++ b/audio/vat/Makefile @@ -15,6 +15,9 @@ DISTFILES= vatsrc-4.0b2.tar.gz MAINTAINER= ports@FreeBSD.org COMMENT= The Visual Audio Tool - multicast audioconferencing +DEPRECATED= tcl8.3 support is going to be dropped +EXPIRATION_DATE= 2009-05-22 + GSM_DIR= ${.CURDIR}/../../audio/gsm GSM_WORK= ${WRKDIRPREFIX}${GSM_DIR}/work/gsm-1.0-pl12 |