diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-07-30 14:04:51 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-07-30 14:04:51 +0800 |
commit | 4264f62e372faef2405f4c3ebfd8b255096df614 (patch) | |
tree | 7e7ff4d0edd9a4d9ca14bb662e1c56eec088c37d /games | |
parent | a672182da5d44087391319fa211b6d5f7a438079 (diff) | |
download | marcuscom-ports-4264f62e372faef2405f4c3ebfd8b255096df614.tar marcuscom-ports-4264f62e372faef2405f4c3ebfd8b255096df614.tar.gz marcuscom-ports-4264f62e372faef2405f4c3ebfd8b255096df614.tar.bz2 marcuscom-ports-4264f62e372faef2405f4c3ebfd8b255096df614.tar.lz marcuscom-ports-4264f62e372faef2405f4c3ebfd8b255096df614.tar.xz marcuscom-ports-4264f62e372faef2405f4c3ebfd8b255096df614.tar.zst marcuscom-ports-4264f62e372faef2405f4c3ebfd8b255096df614.zip |
Sync w/ FreeBSD ports related w/ libvorbis stuff. Will you let me update in
my system success pretty please? ;-)
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9273 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'games')
-rw-r--r-- | games/gcompris/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/gcompris/Makefile b/games/gcompris/Makefile index 97c5542d4..4d3116a93 100644 --- a/games/gcompris/Makefile +++ b/games/gcompris/Makefile @@ -2,12 +2,12 @@ # Date created: 23 April 2003 # Whom: Martin Klaffenboeck <martin.klaffenboeck@gmx.at> # -# $FreeBSD: ports/games/gcompris/Makefile,v 1.37 2007/07/02 06:19:35 marcus Exp $ +# $FreeBSD$ # PORTNAME= gcompris DISTVERSION= 8.3.2-2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= gcompris @@ -18,7 +18,7 @@ COMMENT= Gnome2 educational games and activities for kids ages 2 to 10 BUILD_DEPENDS= texi2html:${PORTSDIR}/textproc/texi2html \ gnuchess:${PORTSDIR}/games/gnuchess \ ${PYTHON_SITELIBDIR}/pysqlite2/__init__.py:${PORTSDIR}/databases/py-pysqlite20 -LIB_DEPENDS= vorbis.3:${PORTSDIR}/audio/libvorbis \ +LIB_DEPENDS= vorbis.4:${PORTSDIR}/audio/libvorbis \ ao.3:${PORTSDIR}/audio/libao \ assetml.0:${PORTSDIR}/devel/libassetml \ sqlite3.8:${PORTSDIR}/databases/sqlite3 |