svn commit: r357515 - head/games/tome4

Antoine Brodin antoine at FreeBSD.org
Wed Jun 11 18:15:40 UTC 2014


Author: antoine
Date: Wed Jun 11 18:15:40 2014
New Revision: 357515
URL: http://svnweb.freebsd.org/changeset/ports/357515
QAT: https://qat.redports.org/buildarchive/r357515/

Log:
  Add explicit dependency on glu

Modified:
  head/games/tome4/Makefile

Modified: head/games/tome4/Makefile
==============================================================================
--- head/games/tome4/Makefile	Wed Jun 11 18:05:54 2014	(r357514)
+++ head/games/tome4/Makefile	Wed Jun 11 18:15:40 2014	(r357515)
@@ -26,7 +26,7 @@ WRKSRC=		${WRKDIR}/t-engine4-src-${PORTV
 MAKE_ARGS+=	config=release verbose=yes ARCH=""
 USES=		gmake openal:al tar:bzip2
 USE_SDL=	image2 sdl2 ttf2
-USE_GL=		gl
+USE_GL=		gl glu
 SUB_FILES=	tome4
 MAKE_JOBS_UNSAFE=yes
 


More information about the svn-ports-all mailing list