aboutsummaryrefslogtreecommitdiff
path: root/games/prboom-plus
diff options
context:
space:
mode:
authorTobias Kortkamp <tobik@FreeBSD.org>2019-11-08 10:47:01 +0000
committerTobias Kortkamp <tobik@FreeBSD.org>2019-11-08 10:47:01 +0000
commitef878751a79ba6aaefefa599a76c833c618977d5 (patch)
treee67483ee6a85fa279cba6dfa007a1304c37237d9 /games/prboom-plus
parent78b522d04c8a56a2bcf7582bd65b2e049494ea9e (diff)
downloadports-ef878751a79ba6aaefefa599a76c833c618977d5.tar.gz
ports-ef878751a79ba6aaefefa599a76c833c618977d5.zip
games: Add missing USES={gnome,gl,sdl,xorg}
Notes
Notes: svn path=/head/; revision=517046
Diffstat (limited to 'games/prboom-plus')
-rw-r--r--games/prboom-plus/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/games/prboom-plus/Makefile b/games/prboom-plus/Makefile
index 8c0fe0799c58..2e9294aaddbe 100644
--- a/games/prboom-plus/Makefile
+++ b/games/prboom-plus/Makefile
@@ -16,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libsmpeg.so:multimedia/smpeg \
libpng.so:graphics/png
-USES= gmake localbase
+USES= gmake localbase sdl
USE_SDL= mixer net sdl
GNU_CONFIGURE= yes
@@ -28,7 +28,8 @@ OPTIONS_DEFAULT=OPENGL
DATADIR= ${DMDIR}
OPENGL_CONFIGURE_ENABLE= gl
-OPENGL_USE= GL=yes
+OPENGL_USES= gl
+OPENGL_USE= GL=glu
post-patch:
@${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} ${REINPLACE_CMD} \