diff options
-rw-r--r-- | games/freetennis/Makefile | 3 | ||||
-rw-r--r-- | graphics/ocaml-images/Makefile | 4 |
2 files changed, 0 insertions, 7 deletions
diff --git a/games/freetennis/Makefile b/games/freetennis/Makefile index 2802416eb069..b2919ebb6424 100644 --- a/games/freetennis/Makefile +++ b/games/freetennis/Makefile @@ -10,9 +10,6 @@ MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= Tennis simulation -DEPRECATED= Depends on expired graphics/ocaml-images -EXPIRATION_DATE=2013-08-04 - BUILD_DEPENDS= ocamlopt:${PORTSDIR}/lang/ocaml \ ${OCAML_DEPENDS} RUN_DEPENDS= ${OCAML_DEPENDS} diff --git a/graphics/ocaml-images/Makefile b/graphics/ocaml-images/Makefile index 3e1bd02f1613..d409efc5b8f7 100644 --- a/graphics/ocaml-images/Makefile +++ b/graphics/ocaml-images/Makefile @@ -17,10 +17,6 @@ COMMENT= Objective Caml image processing library BUILD_DEPENDS= ${LOCALBASE}/share/aclocal/ocaml.m4:${PORTSDIR}/lang/ocaml-autoconf -DEPRECATED= Broken for more than 6 month -EXPIRATION_DATE= 2013-03-05 -BROKEN= does not compile - USE_AUTOTOOLS= aclocal autoheader automake autoconf ACLOCAL_ARGS= -I . -I ${LOCALBASE}/share/aclocal AUTOMAKE_ARGS= --add-missing |