diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-04-19 07:48:48 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-04-19 07:48:48 +0000 |
commit | b77027ff367bd483a05125b9e59ec51183a750d7 (patch) | |
tree | 68f4bf91a0cca80e6657a533e5ab5b876819ef7e /devel/camlp4/Makefile | |
parent | a16ab4a21af5e3ff4efd8095afe335206eaefbba (diff) | |
download | ports-b77027ff367bd483a05125b9e59ec51183a750d7.tar.gz ports-b77027ff367bd483a05125b9e59ec51183a750d7.zip |
Notes
Diffstat (limited to 'devel/camlp4/Makefile')
-rw-r--r-- | devel/camlp4/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/camlp4/Makefile b/devel/camlp4/Makefile index 0cd06e2a3a55..cc462319b6ae 100644 --- a/devel/camlp4/Makefile +++ b/devel/camlp4/Makefile @@ -31,6 +31,8 @@ MLINKS= camlp4.1 camlp4o.1 camlp4.1 camlp4o.opt.1 \ CONFIGURE_ARGS= --prefix ${PREFIX} BROKEN= "Does not compile" +DEPRECATED= ${BROKEN} +EXPIRATION_DATE=2004-06-18 .if !defined(NOPORTDOCS) DOCFILES= ${DISTNAME}-manual.html${EXTRACT_SUFX} ${DISTNAME}-manual.ps.gz \ |