diff options
author | miwi <miwi@FreeBSD.org> | 2008-03-27 21:15:53 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-03-27 21:15:53 +0800 |
commit | 86fc2e2713c68f4ce97be9df445b1e9556a9c7c5 (patch) | |
tree | fba735a8128daa265e74e54b498351eb2281280b /games/windstille | |
parent | f0e48c89ae5ff28b9150f68553479e76034acab4 (diff) | |
download | freebsd-ports-gnome-86fc2e2713c68f4ce97be9df445b1e9556a9c7c5.tar.gz freebsd-ports-gnome-86fc2e2713c68f4ce97be9df445b1e9556a9c7c5.tar.zst freebsd-ports-gnome-86fc2e2713c68f4ce97be9df445b1e9556a9c7c5.zip |
- Add missing dependency
- Bump PORTREVISION
Submitted by: pavbot
Diffstat (limited to 'games/windstille')
-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 |