diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2015-09-20 01:13:47 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2015-09-20 01:13:47 +0000 |
commit | d178e0c8af3f46f6785c497f081d62e0f3cffeaf (patch) | |
tree | 55de2489e46adf7e8df2eb49a07dd5510150b7ce /games/warzone2100 | |
parent | da13143a43a0c3fe2f0fb329b7b18fe9a93099ae (diff) |
Notes
Diffstat (limited to 'games/warzone2100')
-rw-r--r-- | games/warzone2100/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/games/warzone2100/Makefile b/games/warzone2100/Makefile index d77eb4947e9c..ae08cf59ded6 100644 --- a/games/warzone2100/Makefile +++ b/games/warzone2100/Makefile @@ -17,7 +17,6 @@ LIB_DEPENDS= libphysfs.so:${PORTSDIR}/devel/physfs \ libpng.so:${PORTSDIR}/graphics/png \ libvorbis.so:${PORTSDIR}/audio/libvorbis \ libtheora.so:${PORTSDIR}/multimedia/libtheora \ - libGLEW.so:${PORTSDIR}/graphics/glew \ libfribidi.so:${PORTSDIR}/converters/fribidi \ libfreetype.so:${PORTSDIR}/print/freetype2 \ libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig @@ -25,7 +24,7 @@ RUN_DEPENDS= ${LOCALBASE}/share/fonts/dejavu/DejaVuSans.ttf:${PORTSDIR}/x11-font USES= tar:xz bison gmake openal:al pkgconfig compiler:c++11-lang # actually, old gcc fails on unknown -W flag GNU_CONFIGURE= yes -USE_GL= yes +USE_GL= glew glu USE_SDL= sdl USE_QT4= corelib network script gui moc_build QT_NONSTANDARD= yes |