svn commit: r514232 - head/games/hyperrogue

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Oct 10 15:57:27 UTC 2019


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
 


More information about the svn-ports-head mailing list