From b927dd87c6a607da5a96f9b8f5b5deb1a7e3a88c Mon Sep 17 00:00:00 2001 From: Koop Mast Date: Mon, 12 Sep 2011 18:27:55 +0000 Subject: Use py-sqlite3 instead of py-pysqlite2* PR: ports/160054 Submitted by: Ruslan Mahmatkhanov --- games/gcompris/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'games/gcompris') 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 -- cgit v1.2.3