svn commit: r516978 - head/games/frogatto

Niclas Zeising zeising at FreeBSD.org
Thu Nov 7 15:34:07 UTC 2019


Author: zeising
Date: Thu Nov  7 15:34:06 2019
New Revision: 516978
URL: https://svnweb.freebsd.org/changeset/ports/516978

Log:
  Fix build

Modified:
  head/games/frogatto/Makefile

Modified: head/games/frogatto/Makefile
==============================================================================
--- head/games/frogatto/Makefile	Thu Nov  7 14:18:33 2019	(r516977)
+++ head/games/frogatto/Makefile	Thu Nov  7 15:34:06 2019	(r516978)
@@ -22,7 +22,7 @@ LIB_DEPENDS=	libboost_thread.so:devel/boost-libs \
 USE_GITHUB=	yes
 GH_ACCOUNT=	frogatto
 
-USES=		compiler:c++11-lang dos2unix gl gmake pkgconfiga sdl
+USES=		compiler:c++11-lang dos2unix gl gmake pkgconfig sdl
 ALL_TARGET=	game server
 USE_GL=		glew glu
 USE_SDL=	sdl image mixer ttf


More information about the svn-ports-head mailing list