Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 15 Feb 2014 10:46:09 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r344369 - head/devel/sdl_gnat
Message-ID:  <201402151046.s1FAk9cO057834@svn.freebsd.org>

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



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