diff options
author | Ade Lovett <ade@FreeBSD.org> | 2005-11-17 00:24:45 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2005-11-17 00:24:45 +0000 |
commit | f86bf1a417333d4ded88ebbdb2575367bcc78544 (patch) | |
tree | bab279e26a29a0eb07cd662ccf969a210b8e91da | |
parent | Remove stillborn bison20 (diff) |
Mark deprecated with a short lifespan. The only consumers of this
port are editors/openoffice.org-2.0{,-devel}
Notes
Notes:
svn path=/head/; revision=148542
-rw-r--r-- | devel/bison-devel/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/devel/bison-devel/Makefile b/devel/bison-devel/Makefile index 03c2e47e5db5..51204b7f7ae3 100644 --- a/devel/bison-devel/Makefile +++ b/devel/bison-devel/Makefile @@ -19,6 +19,9 @@ COMMENT= Alpha version of bison BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 RUN_DEPENDS= ${BUILD_DEPENDS} +DEPRECATED= Use devel/bison2 +EXPIRATION_DATE= 2005-12-16 + CONFLICTS= bison-1.7[0-9]* bison-2.[0-9]* NO_LATEST_LINK= yes USE_BZIP2= yes |