diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2010-06-06 20:39:21 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2010-06-06 20:39:21 +0000 |
commit | f613ac049d40272c3b27a76dbab7f6723f2a2ba2 (patch) | |
tree | e62b67c39f729f55f17b68f6438f9f1beeadd10c /games/gcompris | |
parent | 2f2aafd9bf4a01f681da4598e18663001e4a9406 (diff) | |
download | ports-f613ac049d40272c3b27a76dbab7f6723f2a2ba2.tar.gz ports-f613ac049d40272c3b27a76dbab7f6723f2a2ba2.zip |
Bump PORTREVISION after libao update and handle API incompatibility.
Notes
Notes:
svn path=/head/; revision=255956
Diffstat (limited to 'games/gcompris')
-rw-r--r-- | games/gcompris/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/gcompris/Makefile b/games/gcompris/Makefile index ed3ce1cd596b..43b478f0e858 100644 --- a/games/gcompris/Makefile +++ b/games/gcompris/Makefile @@ -7,7 +7,7 @@ PORTNAME= gcompris PORTVERSION= 9.2 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= games gnome MASTER_SITES= SF DISTNAME= gcompris-9.2-2 @@ -19,7 +19,7 @@ BUILD_DEPENDS= texi2html:${PORTSDIR}/textproc/texi2html \ gnuchess:${PORTSDIR}/games/gnuchess \ ${PYTHON_SITELIBDIR}/pysqlite2/__init__.py:${PORTSDIR}/databases/py-pysqlite20 LIB_DEPENDS= vorbis.4:${PORTSDIR}/audio/libvorbis \ - ao.3:${PORTSDIR}/audio/libao \ + ao.4:${PORTSDIR}/audio/libao \ assetml.0:${PORTSDIR}/devel/libassetml \ sqlite3.8:${PORTSDIR}/databases/sqlite3 \ gnet-2.0.0:${PORTSDIR}/net/gnet2 \ |