diff options
Diffstat (limited to 'games/phlipple/Makefile')
-rw-r--r-- | games/phlipple/Makefile | 5 |
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 |