diff options
Diffstat (limited to 'games/el/Makefile')
-rw-r--r-- | games/el/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/games/el/Makefile b/games/el/Makefile index 07a5a6c0266f..9c03dc2b220d 100644 --- a/games/el/Makefile +++ b/games/el/Makefile @@ -5,12 +5,13 @@ PORTNAME= el PORTVERSION= 193 PORTREVISION= 3 CATEGORIES= games -MASTER_SITES= LOCAL/rene \ - ftp://rene-ladan.nl/pub/distfiles/ +MASTER_SITES= LOCAL/rene MAINTAINER= acm@FreeBSD.org COMMENT= Eternal Lands is a free 3D MMORPG +BROKEN= Fails to build + LIB_DEPENDS= libpng15.so:${PORTSDIR}/graphics/png \ libvorbis.so:${PORTSDIR}/audio/libvorbis \ libcal3d.so:${PORTSDIR}/graphics/cal3d |