diff options
-rw-r--r-- | devel/cedet/Makefile | 4 | ||||
-rw-r--r-- | devel/ecb/Makefile | 4 |
2 files changed, 7 insertions, 1 deletions
diff --git a/devel/cedet/Makefile b/devel/cedet/Makefile index f870855ffc4a..c90670b25e5c 100644 --- a/devel/cedet/Makefile +++ b/devel/cedet/Makefile @@ -13,7 +13,9 @@ COMMENT= Collection of Emacs Development Environment Tools LICENSE= GPLv2 -BROKEN= Fails to build +BROKEN= Fails to build, use Emacs' builtin cedet package instead +DEPRECATED= Fails to build, use Emacs' builtin cedet package instead +EXPIRATION_DATE= 2015-01-01 USE_EMACS= yes USES= gmake makeinfo diff --git a/devel/ecb/Makefile b/devel/ecb/Makefile index dae301ea1b2a..8f31e9064e80 100644 --- a/devel/ecb/Makefile +++ b/devel/ecb/Makefile @@ -17,6 +17,10 @@ LICENSE= GPLv2 USES= gmake makeinfo USE_EMACS= yes +BROKEN= does not work with newer Emacs versions, use the elpa package instead +DEPRECATED= does not work with newer Emacs versions, use the elpa package instead +EXPIRATION_DATE= 2015-01-01 + LISPDIR= ${PREFIX}/${EMACS_VERSION_SITE_LISPDIR}/${PORTNAME} ICONSRC= ${WRKSRC}/ecb-images ICONDIR= ${LISPDIR}/ecb-images |