diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2011-03-12 08:16:27 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2011-03-12 08:16:27 +0800 |
commit | e00bae6a74bdcdfb204f910397fd0af7f1c1299b (patch) | |
tree | 46e4e476400c4af4f0e502b9832ff5f6e33ddbe4 | |
parent | d0e7ddd2e8f1fa35dbbc6947976c253d26cd2ca8 (diff) | |
download | freebsd-ports-gnome-e00bae6a74bdcdfb204f910397fd0af7f1c1299b.tar.gz freebsd-ports-gnome-e00bae6a74bdcdfb204f910397fd0af7f1c1299b.tar.zst freebsd-ports-gnome-e00bae6a74bdcdfb204f910397fd0af7f1c1299b.zip |
- Deprecate the port properly
-rw-r--r-- | games/tnl/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/tnl/Makefile b/games/tnl/Makefile index 3251376b450f..27384edb548d 100644 --- a/games/tnl/Makefile +++ b/games/tnl/Makefile @@ -19,7 +19,8 @@ MAINTAINER= amdmi3@FreeBSD.org COMMENT= Futuristic action flight simulator and realtime strategy game BROKEN= Does not work with CEGUI 0.7.x -DEPRECATED= 2011-05-01 +DEPRECATED= Upstream development has ceased, it doesn't work with newer CEGUI and is generally broken +EXPIRATION_DATE= 2011-05-01 BUILD_DEPENDS= ${LOCALBASE}/lib/libiovmall.so:${PORTSDIR}/lang/io RUN_DEPENDS= ${BUILD_DEPENDS} |