diff options
author | Jung-uk Kim <jkim@FreeBSD.org> | 2016-01-26 20:12:52 +0000 |
---|---|---|
committer | Jung-uk Kim <jkim@FreeBSD.org> | 2016-01-26 20:12:52 +0000 |
commit | 1f3daa073c46965ba37c0b0b61aea7fbe6d74bce (patch) | |
tree | 13f858652bc0dcced6e413132e2ebdc0193f0d5e | |
parent | www/mod_dnssd: fix build with apache22 (diff) |
Mark deprecated and set expiration. editors/libreoffice was the only user
and now it uses textproc/libabw since r371023.
Notes
Notes:
svn path=/head/; revision=407304
-rw-r--r-- | textproc/libabw00/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/textproc/libabw00/Makefile b/textproc/libabw00/Makefile index 2d874d462677..fdc263d8d6f0 100644 --- a/textproc/libabw00/Makefile +++ b/textproc/libabw00/Makefile @@ -9,6 +9,9 @@ PKGNAMESUFFIX= 00 MAINTAINER= office@FreeBSD.org COMMENT= Library providing ability to interpret Abiword documents +DEPRECATED= Not used any more +EXPIRATION_DATE=2016-03-26 + LICENSE= LGPL21 MPL LICENSE_COMB= dual |