diff options
author | tabthorpe <tabthorpe@FreeBSD.org> | 2013-10-22 04:00:57 +0800 |
---|---|---|
committer | tabthorpe <tabthorpe@FreeBSD.org> | 2013-10-22 04:00:57 +0800 |
commit | 4e4473e43b17be3988678d87e6507001b24e27e6 (patch) | |
tree | 8366c93723b2b998520fd71c34d95fb3cd4192e8 /games | |
parent | fba910ad71453e36364b32018a0749975f434602 (diff) | |
download | freebsd-ports-gnome-4e4473e43b17be3988678d87e6507001b24e27e6.tar.gz freebsd-ports-gnome-4e4473e43b17be3988678d87e6507001b24e27e6.tar.zst freebsd-ports-gnome-4e4473e43b17be3988678d87e6507001b24e27e6.zip |
- Mark BROKEN, set EXPIRATION_DATE
Diffstat (limited to 'games')
-rw-r--r-- | games/magicmaze/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/games/magicmaze/Makefile b/games/magicmaze/Makefile index b63a8a6e8528..b8d7c4610b19 100644 --- a/games/magicmaze/Makefile +++ b/games/magicmaze/Makefile @@ -11,6 +11,9 @@ DISTNAME= ${PORTNAME}-${DISTVERSION:S/./_/g} MAINTAINER= nemysis@gmx.ch COMMENT= Simple and low-tech monster-bashing maze game +DEPRECATED= Does not work with Ruby 1.9 +EXPIRATION_DATE= 2013-10-22 + LICENSE= GPLv2 RUN_DEPENDS= ruby18-sdl>=1.3:${PORTSDIR}/devel/ruby-sdl |