svn commit: r344369 - head/devel/sdl_gnat

John Marino marino at FreeBSD.org
Sat Feb 15 10:46:09 UTC 2014


Author: marino
Date: Sat Feb 15 10:46:09 2014
New Revision: 344369
URL: http://svnweb.freebsd.org/changeset/ports/344369
QAT: https://qat.redports.org/buildarchive/r344369/

Log:
  devel/sdl_gnat: Explicitly listed libsdl as dependency
  
  suggested by:	mva@

Modified:
  head/devel/sdl_gnat/Makefile

Modified: head/devel/sdl_gnat/Makefile
==============================================================================
--- head/devel/sdl_gnat/Makefile	Sat Feb 15 10:43:18 2014	(r344368)
+++ head/devel/sdl_gnat/Makefile	Sat Feb 15 10:46:09 2014	(r344369)
@@ -13,7 +13,7 @@ LICENSE=	GPLv3
 
 USES=		ada
 USE_BZIP2=	yes
-USE_SDL=	ttf
+USE_SDL=	sdl ttf
 USE_GL=		glu gl
 
 post-patch:


More information about the svn-ports-all mailing list