diff options
author | johans <johans@FreeBSD.org> | 2013-08-06 23:23:12 +0800 |
---|---|---|
committer | johans <johans@FreeBSD.org> | 2013-08-06 23:23:12 +0800 |
commit | eb97cae3f4af14966a4e10e13d31f4a47e9d34f0 (patch) | |
tree | e3e7748c400267126a8cc79f4038e714510bb2fa | |
parent | 480fb17416c183655f45b592ee7bc4f3e6590f7f (diff) | |
download | freebsd-ports-gnome-eb97cae3f4af14966a4e10e13d31f4a47e9d34f0.tar.gz freebsd-ports-gnome-eb97cae3f4af14966a4e10e13d31f4a47e9d34f0.tar.zst freebsd-ports-gnome-eb97cae3f4af14966a4e10e13d31f4a47e9d34f0.zip |
Compilation of ocaml-images is no longer broken (tested on multiple systems).
Possibly silently fixed through update of a dependency.
Expiration notice removed.
-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 |