diff options
author | kwm <kwm@FreeBSD.org> | 2011-09-13 02:27:55 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2011-09-13 02:27:55 +0800 |
commit | f2f10b0c4c4b84b779a95a131461f5e1c01999d8 (patch) | |
tree | 62d4b0c78037fd8557bfa7648b55a0040fd612c9 /games/gcompris | |
parent | 6a736e50e85fa0a0dcc442322001b9da44813f1d (diff) | |
download | freebsd-ports-gnome-f2f10b0c4c4b84b779a95a131461f5e1c01999d8.tar.gz freebsd-ports-gnome-f2f10b0c4c4b84b779a95a131461f5e1c01999d8.tar.zst freebsd-ports-gnome-f2f10b0c4c4b84b779a95a131461f5e1c01999d8.zip |
Use py-sqlite3 instead of py-pysqlite2*
PR: ports/160054
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
Diffstat (limited to 'games/gcompris')
-rw-r--r-- | games/gcompris/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/games/gcompris/Makefile b/games/gcompris/Makefile index 553bfb8adc63..7cfefe546f66 100644 --- a/games/gcompris/Makefile +++ b/games/gcompris/Makefile @@ -7,6 +7,7 @@ PORTNAME= gcompris PORTVERSION= 9.6.1 +PORTREVISION= 1 CATEGORIES= games gnome MASTER_SITES= SF/${PORTNAME}/${PORTVERSION}/ @@ -18,7 +19,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= texi2html:${PORTSDIR}/textproc/texi2html \ gnuchess:${PORTSDIR}/games/gnuchess \ - ${PYTHON_SITELIBDIR}/pysqlite2/__init__.py:${PORTSDIR}/databases/py-pysqlite20 + ${PYTHON_SITELIBDIR}/_sqlite3.so:${PORTSDIR}/databases/py-sqlite3 LIB_DEPENDS= vorbis.4:${PORTSDIR}/audio/libvorbis \ ao.4:${PORTSDIR}/audio/libao \ assetml.0:${PORTSDIR}/devel/libassetml \ @@ -26,14 +27,14 @@ LIB_DEPENDS= vorbis.4:${PORTSDIR}/audio/libvorbis \ gnet-2.0.0:${PORTSDIR}/net/gnet2 \ dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib RUN_DEPENDS= gnuchess:${PORTSDIR}/games/gnuchess \ - ${PYTHON_SITELIBDIR}/pysqlite2/__init__.py:${PORTSDIR}/databases/py-pysqlite20 \ + ${PYTHON_SITELIBDIR}/_sqlite3.so:${PORTSDIR}/databases/py-sqlite3 \ gnucap:${PORTSDIR}/cad/gnucap USE_GMAKE= yes USE_GETTEXT= yes GNU_CONFIGURE= yes USE_GSTREAMER= yes -USE_PYTHON= yes +USE_PYTHON= 2.5+ USE_SDL= mixer USE_DISPLAY= yes USE_GNOME= gnomehack intlhack gnomeprefix gtk20 pygtk2 libxml2 librsvg2 |