Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Nov 2019 15:34:06 +0000 (UTC)
From:      Niclas Zeising <zeising@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r516978 - head/games/frogatto
Message-ID:  <201911071534.xA7FY6n8068603@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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