aboutsummaryrefslogtreecommitdiff
path: root/games/wop
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2019-06-13 12:14:55 +0000
committerMark Linimon <linimon@FreeBSD.org>2019-06-13 12:14:55 +0000
commit8f492deb40cd1228f45e73807f6406637b0f8a03 (patch)
tree1f9c54368d18c119205efd9d7abd8bfe9c01dd1c /games/wop
parentf498894653361ca6be72a018afbc31795fc54dba (diff)
downloadports-8f492deb40cd1228f45e73807f6406637b0f8a03.tar.gz
ports-8f492deb40cd1228f45e73807f6406637b0f8a03.zip
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)
Notes
Notes: svn path=/head/; revision=504083
Diffstat (limited to 'games/wop')
-rw-r--r--games/wop/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/wop/Makefile b/games/wop/Makefile
index 9a38ac3349db..2bfecb58a67d 100644
--- a/games/wop/Makefile
+++ b/games/wop/Makefile
@@ -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