diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2011-03-11 11:27:36 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2011-03-11 11:27:36 +0000 |
commit | 9a9309a48375d795973d7b11f59e4a03790e5470 (patch) | |
tree | 553778b6f6d2d36e8751b97b2c8ac1a4f4d0ba72 /games | |
parent | - Fix dependency (diff) |
mark as BROKEN as it does not work with CEGUI 0.7.X and now new release
was made since 2007
Notes
Notes:
svn path=/head/; revision=270667
Diffstat (limited to 'games')
-rw-r--r-- | games/tnl/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/games/tnl/Makefile b/games/tnl/Makefile index f6334e44f00b..01dcde257189 100644 --- a/games/tnl/Makefile +++ b/games/tnl/Makefile @@ -18,10 +18,12 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ MAINTAINER= amdmi3@FreeBSD.org COMMENT= Futuristic action flight simulator and realtime strategy game +BROKEN= Does not work with CEGUI 0.7.x + BUILD_DEPENDS= ${LOCALBASE}/lib/libiovmall.so:${PORTSDIR}/lang/io RUN_DEPENDS= ${BUILD_DEPENDS} LIB_DEPENDS= sigc-1.2.5:${PORTSDIR}/devel/libsigc++12 \ - CEGUIBase.3:${PORTSDIR}/graphics/cegui \ + CEGUIBase-0.7.5:${PORTSDIR}/graphics/cegui \ png.6:${PORTSDIR}/graphics/png USE_BZIP2= yes |