diff options
author | ahze <ahze@FreeBSD.org> | 2007-10-10 02:20:07 +0800 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2007-10-10 02:20:07 +0800 |
commit | 45be6f611513a31416667ed02a1c468d4506b26e (patch) | |
tree | 2754ad88f2353540165265f7dd632e6a7d49cbec /games | |
parent | 251bcf071cb3b5b55f596ee592da07063830caad (diff) | |
download | freebsd-ports-gnome-45be6f611513a31416667ed02a1c468d4506b26e.tar.gz freebsd-ports-gnome-45be6f611513a31416667ed02a1c468d4506b26e.tar.zst freebsd-ports-gnome-45be6f611513a31416667ed02a1c468d4506b26e.zip |
Chase libtheora lib version
Diffstat (limited to 'games')
-rw-r--r-- | games/boswars/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/boswars/Makefile b/games/boswars/Makefile index d1d68ba2ae02..3332f6adf309 100644 --- a/games/boswars/Makefile +++ b/games/boswars/Makefile @@ -7,6 +7,7 @@ PORTNAME= boswars PORTVERSION= 2.4.1 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= http://boswars.org:8001/bos/releases/ DISTNAME= ${PORTNAME}-${PORTVERSION}-src @@ -15,7 +16,7 @@ MAINTAINER= alepulver@FreeBSD.org COMMENT= A real-time strategy game LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \ - theora.2:${PORTSDIR}/multimedia/libtheora \ + theora.0:${PORTSDIR}/multimedia/libtheora \ vorbis.4:${PORTSDIR}/audio/libvorbis USE_LUA= 5.0 |