diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2005-10-04 02:06:02 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2005-10-04 02:06:02 +0000 |
commit | 6d63967e4d5d8455cb8cb3163e98a35e831f03d6 (patch) | |
tree | d7695ff28be05ed4f205b780b26fc685afbea948 /print | |
parent | c5a7da01a6c04023bd687af326d657ae3575f59b (diff) |
Notes
Diffstat (limited to 'print')
-rw-r--r-- | print/acroread/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/print/acroread/Makefile b/print/acroread/Makefile index 0cd5439b1e6c..263adcadf015 100644 --- a/print/acroread/Makefile +++ b/print/acroread/Makefile @@ -19,6 +19,10 @@ RESTRICTED= "Must fill out redistribution form at http://www.adobe.com/products/ MAINTAINER= trevor@FreeBSD.org COMMENT= View, distribute and print PDF documents +FORBIDDEN= "outdated and has multiple security bugs; use version 7 instead" +DEPRECATED= ${FORBIDDEN} +EXPIRATION_DATE= 2006-01-03 + CONFLICTS= acroread7 ONLY_FOR_ARCHS= amd64 i386 |