aboutsummaryrefslogtreecommitdiff
path: root/games/phlipple
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2015-09-20 01:13:47 +0000
committerJan Beich <jbeich@FreeBSD.org>2015-09-20 01:13:47 +0000
commitd178e0c8af3f46f6785c497f081d62e0f3cffeaf (patch)
tree55de2489e46adf7e8df2eb49a07dd5510150b7ce /games/phlipple
parentda13143a43a0c3fe2f0fb329b7b18fe9a93099ae (diff)
downloadports-d178e0c8af3f46f6785c497f081d62e0f3cffeaf.tar.gz
ports-d178e0c8af3f46f6785c497f081d62e0f3cffeaf.zip
Convert the rest to USE_GL
Tested by: make describe (only touched ports) Approved by: portmgr blanket
Notes
Notes: svn path=/head/; revision=397351
Diffstat (limited to 'games/phlipple')
-rw-r--r--games/phlipple/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/games/phlipple/Makefile b/games/phlipple/Makefile
index 60af5baa7022..074c5d59b842 100644
--- a/games/phlipple/Makefile
+++ b/games/phlipple/Makefile
@@ -11,12 +11,11 @@ MAINTAINER= amdmi3@FreeBSD.org
COMMENT= Flipping squares will never be the same
LIB_DEPENDS= libogg.so:${PORTSDIR}/audio/libogg \
- libvorbis.so:${PORTSDIR}/audio/libvorbis \
- libGLEW.so:${PORTSDIR}/graphics/glew
+ libvorbis.so:${PORTSDIR}/audio/libvorbis
USES= desktop-file-utils pkgconfig
USE_SDL= sdl mixer image
-USE_GL= gl glu
+USE_GL= gl glew glu
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include