diff options
-rw-r--r-- | lang/kroc/Makefile | 2 | ||||
-rw-r--r-- | net/slirp/Makefile | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/lang/kroc/Makefile b/lang/kroc/Makefile index 19a0d8276259..6b8dbbb41bd8 100644 --- a/lang/kroc/Makefile +++ b/lang/kroc/Makefile @@ -13,6 +13,8 @@ MAINTAINER= tdb@FreeBSD.org COMMENT= The Kent Retargetable occam-pi Compiler BROKEN= Fails to build +DEPRECATED= Broken for more than 6 months +EXPIRATION_DATE= 2014-10-28 BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash LIB_DEPENDS= libpng15.so:${PORTSDIR}/graphics/png diff --git a/net/slirp/Makefile b/net/slirp/Makefile index fcf86277df64..05eda3c19bfe 100644 --- a/net/slirp/Makefile +++ b/net/slirp/Makefile @@ -11,6 +11,8 @@ MAINTAINER= ports@FreeBSD.org COMMENT= (C)SLIP/PPP emulator for users with shell accounts BROKEN= Does not build +DEPRECATED= Broken for more than 6 months +EXPIRATION_DATE= 2014-10-28 # serious LP64 issues ONLY_FOR_ARCHS= i386 |