diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2010-04-27 21:58:27 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2010-04-27 21:58:27 +0000 |
commit | 805405e3964a2085115a4bf50e79a34c71503d3b (patch) | |
tree | ee5451fa7080b87e26fda61d66c845b257fdbb3d /games/windstille | |
parent | a2ebdc120f17ae91a89c7bae11d08c5175686f01 (diff) | |
download | ports-805405e3964a2085115a4bf50e79a34c71503d3b.tar.gz ports-805405e3964a2085115a4bf50e79a34c71503d3b.zip |
Notes
Diffstat (limited to 'games/windstille')
-rw-r--r-- | games/windstille/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/games/windstille/Makefile b/games/windstille/Makefile index 66af20dffd5e..8d4f3b0c0530 100644 --- a/games/windstille/Makefile +++ b/games/windstille/Makefile @@ -18,7 +18,6 @@ LIB_DEPENDS= physfs.1:${PORTSDIR}/devel/physfs \ ogg.6:${PORTSDIR}/audio/libogg \ vorbis.4:${PORTSDIR}/audio/libvorbis \ png.6:${PORTSDIR}/graphics/png \ - GLEW.1:${PORTSDIR}/graphics/glew \ squirrel.0:${PORTSDIR}/lang/squirrel \ freetype.9:${PORTSDIR}/print/freetype2 BUILD_DEPENDS= ${LOCALBASE}/include/boost/shared_ptr.hpp:${PORTSDIR}/devel/boost-libs @@ -26,7 +25,7 @@ BUILD_DEPENDS= ${LOCALBASE}/include/boost/shared_ptr.hpp:${PORTSDIR}/devel/boost USE_BZIP2= yes USE_SCONS= yes USE_OPENAL= al -USE_GL= gl +USE_GL= glew USE_SDL= sdl image USE_BISON= build MAKE_JOBS_SAFE= yes |