Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Oct 2019 15:57:27 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r514232 - head/games/hyperrogue
Message-ID:  <201910101557.x9AFvRbJ007255@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Thu Oct 10 15:57:26 2019
New Revision: 514232
URL: https://svnweb.freebsd.org/changeset/ports/514232

Log:
  Fix FreeBSD version for BROKEN

Modified:
  head/games/hyperrogue/Makefile

Modified: head/games/hyperrogue/Makefile
==============================================================================
--- head/games/hyperrogue/Makefile	Thu Oct 10 14:57:55 2019	(r514231)
+++ head/games/hyperrogue/Makefile	Thu Oct 10 15:57:26 2019	(r514232)
@@ -11,7 +11,7 @@ COMMENT=	Roguelike in a non-euclidean world
 LICENSE=	GPLv2+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-BROKEN_FreeBSD_10=	does not build: hyperrogue-hyper.o: file not recognized: File format not recognized
+BROKEN_FreeBSD_11=	does not build: hyperrogue-hyper.o: file not recognized: File format not recognized
 
 LIB_DEPENDS=	libpng.so:graphics/png
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201910101557.x9AFvRbJ007255>