svn commit: r483481 - head/games/openlierox

Mark Linimon linimon at FreeBSD.org
Tue Oct 30 12:09:02 UTC 2018


Author: linimon
Date: Tue Oct 30 12:09:01 2018
New Revision: 483481
URL: https://svnweb.freebsd.org/changeset/ports/483481

Log:
  Fix build on GCC-based architectures.
  
  PR:		231981
  Submitted by:	Piotr Kubaj

Modified:
  head/games/openlierox/Makefile

Modified: head/games/openlierox/Makefile
==============================================================================
--- head/games/openlierox/Makefile	Tue Oct 30 12:06:14 2018	(r483480)
+++ head/games/openlierox/Makefile	Tue Oct 30 12:09:01 2018	(r483481)
@@ -14,7 +14,7 @@ COMMENT=	Extremely addictive realtime worms shoot-em-u
 
 LIB_DEPENDS=	libcurl.so:ftp/curl
 
-USES=		tar:bzip2 cmake localbase pkgconfig
+USES=		cmake compiler:c++11-lang gnome localbase pkgconfig tar:bzip2
 USE_SDL=	sdl image
 USE_GNOME=	libxml2
 


More information about the svn-ports-head mailing list