diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2011-08-11 18:33:25 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2011-08-11 18:33:25 +0800 |
commit | d8633531c31cc1c88767363b6f03f3be7e8ed3fa (patch) | |
tree | 9f9ff8ad7ca1337d3147f47cef93712029b9fb5f | |
parent | 3d3124565dab29a95e68c540c163062b8ae9b8c8 (diff) | |
download | freebsd-ports-gnome-d8633531c31cc1c88767363b6f03f3be7e8ed3fa.tar.gz freebsd-ports-gnome-d8633531c31cc1c88767363b6f03f3be7e8ed3fa.tar.zst freebsd-ports-gnome-d8633531c31cc1c88767363b6f03f3be7e8ed3fa.zip |
Mark BROKEN, DEPRECATED and set EXPIRATION_DATE to one month. Port conflicts
with run dependency after updating/unbreaking games/abuse_sdl.
Notified by: pointyhat (via pav)
-rw-r--r-- | games/abuse/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/games/abuse/Makefile b/games/abuse/Makefile index 4a48fcb8d95a..10a92d94a3d2 100644 --- a/games/abuse/Makefile +++ b/games/abuse/Makefile @@ -23,6 +23,10 @@ RUN_DEPENDS= abuse.sdl:${PORTSDIR}/games/abuse_sdl NO_BUILD= YES +BROKEN= conflicts with run dependency +DEPRECATED= BROKEN after games/abuse_sdl update +EXPIRATION_DATE= 2011-09-11 + do-configure: ${SED} -e 's,%%DATADIR%%,${DATADIR},' \ ${FILESDIR}/abuse.sh >${WRKDIR}/abuse |