svn commit: r558287 - head/games/blockout

Piotr Kubaj pkubaj at FreeBSD.org
Thu Dec 17 12:35:22 UTC 2020


Author: pkubaj
Date: Thu Dec 17 12:35:21 2020
New Revision: 558287
URL: https://svnweb.freebsd.org/changeset/ports/558287

Log:
  games/blockout: enable on all architectures
  
  Builds fine on powerpc64.
  
  MFH:		2020Q4

Modified:
  head/games/blockout/Makefile

Modified: head/games/blockout/Makefile
==============================================================================
--- head/games/blockout/Makefile	Thu Dec 17 12:21:13 2020	(r558286)
+++ head/games/blockout/Makefile	Thu Dec 17 12:35:21 2020	(r558287)
@@ -14,8 +14,6 @@ COMMENT=	BlockOut II is an adaptation of the original 
 
 LICENSE=	GPLv2+
 
-ONLY_FOR_ARCHS=	i386 amd64
-
 USES=		dos2unix gl gmake sdl
 USE_SDL=	mixer sdl
 DOS2UNIX_FILES=	ImageLib/src/gif/gif.h \


More information about the svn-ports-all mailing list