Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Jun 2019 12:14:55 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r504083 - head/games/wop
Message-ID:  <201906131214.x5DCEtsh056529@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Thu Jun 13 12:14:55 2019
New Revision: 504083
URL: https://svnweb.freebsd.org/changeset/ports/504083

Log:
  Add sdl to USES.
  
  PR 238539 came in right after I had independently done the flags commit.
  So, commit this part of that PR to clean up after myself.
  
  PR:		238539
  Submitted by:	pkubaj
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/games/wop/Makefile

Modified: head/games/wop/Makefile
==============================================================================
--- head/games/wop/Makefile	Thu Jun 13 12:07:51 2019	(r504082)
+++ head/games/wop/Makefile	Thu Jun 13 12:14:55 2019	(r504083)
@@ -18,7 +18,7 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 
 BUILD_DEPENDS=	makedepend:devel/makedepend
 
-USES=		compiler gmake tar:bzip2
+USES=		compiler gmake sdl tar:bzip2
 USE_SDL=	sdl net mixer ttf image
 
 MAKE_JOBS_UNSAFE=	yes



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