diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2007-02-23 22:51:12 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2007-02-23 22:51:12 +0000 |
commit | 26a0087e1eae735cc4087f82bd23ea56b71909e4 (patch) | |
tree | 5dc9cc80fb5f10a5bdbbfd66cdd6b21945c42257 /games/glob2 | |
parent | 0f28824a015ef202713615ac0e4f0947c451f48b (diff) |
Notes
Diffstat (limited to 'games/glob2')
-rw-r--r-- | games/glob2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/glob2/Makefile b/games/glob2/Makefile index eba00d812001..f90fc6f9530e 100644 --- a/games/glob2/Makefile +++ b/games/glob2/Makefile @@ -7,7 +7,7 @@ PORTNAME= glob2 PORTVERSION= 0.8.21 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= http://globulation2.org/releases/${PORTVERSION}/ @@ -16,7 +16,7 @@ COMMENT= Globulation 2 - a free and innovative strategy game BUILD_DEPENDS= ${LOCALBASE}/include/boost/rational.hpp:${PORTSDIR}/devel/boost LIB_DEPENDS= vorbis.3:${PORTSDIR}/audio/libvorbis \ - speex.3:${PORTSDIR}/audio/speex \ + speex.1:${PORTSDIR}/audio/speex \ freetype.9:${PORTSDIR}/print/freetype2 USE_SDL= image net sdl ttf |