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 /graphics | |
parent | d1b2d13b032dcce1faeaa9f9c9605f08675a3de6 (diff) | |
download | ports-38052bdcd845bb049ca6433a22890699a7e025b7.tar.gz ports-38052bdcd845bb049ca6433a22890699a7e025b7.zip |
Notes
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/libimg-tk83/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/graphics/libimg-tk83/Makefile b/graphics/libimg-tk83/Makefile index 7a5b5382ccab..4e38e9f27e03 100644 --- a/graphics/libimg-tk83/Makefile +++ b/graphics/libimg-tk83/Makefile @@ -8,9 +8,12 @@ PORTNAME= libimg-tk83 CATEGORIES= graphics tk -MAINTAINER= martin@matuska.org +MAINTAINER= mm@FreeBSD.org USE_TK= 83 MASTERDIR= ${.CURDIR}/../libimg +DEPRECATED= tcl8.3 support is going to be dropped +EXPIRATION_DATE= 2009-05-22 + .include "${MASTERDIR}/Makefile" |