Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 Jun 2018 18:13:15 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r473052 - head/games/meandmyshadow
Message-ID:  <201806221813.w5MIDFJC006050@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Fri Jun 22 18:13:14 2018
New Revision: 473052
URL: https://svnweb.freebsd.org/changeset/ports/473052

Log:
  - Add missing depends
  - Fix build with clang 6

Modified:
  head/games/meandmyshadow/Makefile

Modified: head/games/meandmyshadow/Makefile
==============================================================================
--- head/games/meandmyshadow/Makefile	Fri Jun 22 18:01:59 2018	(r473051)
+++ head/games/meandmyshadow/Makefile	Fri Jun 22 18:13:14 2018	(r473052)
@@ -16,10 +16,13 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 
 LIB_DEPENDS=	libcurl.so:ftp/curl
 
-USES=		cmake libarchive
+USES=		cmake libarchive ssl
 USE_SDL=	sdl ttf image mixer image gfx
+USE_GL=		gl glu
 
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
+
+CXXFLAGS+=	-Wno-c++11-narrowing
 
 PLIST_FILES=	bin/${PORTNAME} \
 		share/pixmaps/${PORTNAME}.png



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