Date: Tue, 8 Nov 2016 07:36:52 +0000 (UTC) From: Mark Linimon <linimon@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425694 - head/games/tome4 Message-ID: <201611080736.uA87aqQ9076466@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: linimon Date: Tue Nov 8 07:36:52 2016 New Revision: 425694 URL: https://svnweb.freebsd.org/changeset/ports/425694 Log: Mark as broken on arm64. Approved by: portmgr (tier-2 blanket) Modified: head/games/tome4/Makefile Modified: head/games/tome4/Makefile ============================================================================== --- head/games/tome4/Makefile Tue Nov 8 07:29:47 2016 (r425693) +++ head/games/tome4/Makefile Tue Nov 8 07:36:52 2016 (r425694) @@ -20,6 +20,8 @@ BUILD_DEPENDS= premake4:devel/premake4 LIB_DEPENDS= libvorbisfile.so:audio/libvorbis \ libpng16.so:graphics/png +BROKEN_arm64= Fails to build: No support for this architecture (yet) + DESKTOP_ENTRIES="ToME 4" "" "${PORTNAME}" \ "${PORTNAME}" "Game;RolePlaying;" ""
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201611080736.uA87aqQ9076466>