diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-03-27 13:15:53 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-03-27 13:15:53 +0000 |
commit | 32d6ba3c612ab7323d81c30bf643fb8ce65642bd (patch) | |
tree | cca81074cd10af0c7237e0e76e72e2df6c703f4c /games/windstille/Makefile | |
parent | 03315bbb41cbf4a95c4bdc01bd38f569c474c965 (diff) | |
download | ports-32d6ba3c612ab7323d81c30bf643fb8ce65642bd.tar.gz ports-32d6ba3c612ab7323d81c30bf643fb8ce65642bd.zip |
Notes
Diffstat (limited to 'games/windstille/Makefile')
-rw-r--r-- | games/windstille/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/games/windstille/Makefile b/games/windstille/Makefile index 5a2e46515fe6..94984aed72fe 100644 --- a/games/windstille/Makefile +++ b/games/windstille/Makefile @@ -7,7 +7,7 @@ PORTNAME= windstille PORTVERSION= 0.3.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games MASTER_SITES= BERLIOS CENKES @@ -20,12 +20,13 @@ LIB_DEPENDS= openal.0:${PORTSDIR}/audio/openal \ vorbis.4:${PORTSDIR}/audio/libvorbis \ png.5:${PORTSDIR}/graphics/png \ GLEW.1:${PORTSDIR}/graphics/glew \ - squirrel.0:${PORTSDIR}/lang/squirrel + squirrel.0:${PORTSDIR}/lang/squirrel \ + freetype.9:${PORTSDIR}/print/freetype2 BUILD_DEPENDS= ${LOCALBASE}/include/boost/shared_ptr.hpp:${PORTSDIR}/devel/boost USE_BZIP2= yes USE_SCONS= yes -USE_GL= yes +USE_GL= gl USE_SDL= sdl image USE_BISON= build |