svn commit: r504083 - head/games/wop

Mark Linimon linimon at FreeBSD.org
Thu Jun 13 12:14:56 UTC 2019


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


More information about the svn-ports-all mailing list