diff options
author | Marcus Alves Grando <mnag@FreeBSD.org> | 2006-01-27 21:17:06 +0000 |
---|---|---|
committer | Marcus Alves Grando <mnag@FreeBSD.org> | 2006-01-27 21:17:06 +0000 |
commit | 608ce990aa15cb4cef3906a63786090555b8620e (patch) | |
tree | 1c44b34c7d307bc42d3b8a680706ca04952037ca /games/gcompris2/Makefile | |
parent | bbd8389146f81d931e1d89ad2335d33589912a48 (diff) | |
download | ports-608ce990aa15cb4cef3906a63786090555b8620e.tar.gz ports-608ce990aa15cb4cef3906a63786090555b8620e.zip |
Notes
Diffstat (limited to 'games/gcompris2/Makefile')
-rw-r--r-- | games/gcompris2/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/gcompris2/Makefile b/games/gcompris2/Makefile index 71848e8fc87e..6281fb16b2a0 100644 --- a/games/gcompris2/Makefile +++ b/games/gcompris2/Makefile @@ -7,7 +7,7 @@ PORTNAME= gcompris2 PORTVERSION= 7.0.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= gcompris @@ -18,13 +18,13 @@ 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-PySQLite2 + ${PYTHON_SITELIBDIR}/pysqlite2/__init__.py:${PORTSDIR}/databases/py-pysqlite20 LIB_DEPENDS= vorbis.3:${PORTSDIR}/audio/libvorbis \ ao.3:${PORTSDIR}/audio/libao \ assetml.0:${PORTSDIR}/devel/libassetml \ sqlite3.8:${PORTSDIR}/databases/sqlite3 RUN_DEPENDS= gnuchess:${PORTSDIR}/games/gnuchess \ - ${PYTHON_SITELIBDIR}/pysqlite2/__init__.py:${PORTSDIR}/databases/py-PySQLite2 + ${PYTHON_SITELIBDIR}/pysqlite2/__init__.py:${PORTSDIR}/databases/py-pysqlite20 USE_X_PREFIX= yes USE_GMAKE= yes |