From 9cfbf73b812eafd6a4fc3ea686f8447f94ed9dfc Mon Sep 17 00:00:00 2001 From: Boris Samorodov Date: Wed, 16 May 2012 13:15:47 +0000 Subject: . add run depends upon databases/py-sqlite3; . bump PORTREVISION. Reported by: Gustav Johansson (by e-mail) --- devel/eric4/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/devel/eric4/Makefile b/devel/eric4/Makefile index 5b65a055ec52..962b69f5510f 100644 --- a/devel/eric4/Makefile +++ b/devel/eric4/Makefile @@ -7,6 +7,7 @@ CATEGORIES= devel python DISTNAME= ${PORTNAME}-${PORTVERSION} +PORTREVISION= 1 LICENSE_FILE= ${WRKSRC}/LICENSE.GPL3 @@ -17,7 +18,8 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} \ ${PYTHON_SITELIBDIR}/PyQt4/QtNetwork.so:${PORTSDIR}/net/py-qt4-network \ ${PYTHON_SITELIBDIR}/PyQt4/QtSvg.so:${PORTSDIR}/graphics/py-qt4-svg \ ${PYTHON_SITELIBDIR}/PyQt4/QtWebKit.so:${PORTSDIR}/www/py-qt4-webkit \ - ${PYTHON_SITELIBDIR}/PyQt4/QtHelp.so:${PORTSDIR}/devel/py-qt4-help + ${PYTHON_SITELIBDIR}/PyQt4/QtHelp.so:${PORTSDIR}/devel/py-qt4-help \ + %%PYTHON_SITELIBDIR%%/_sqlite3.so:${PORTSDIR}/databases/py-sqlite3 USE_GNOME= desktopfileutils INSTALL_CMD= install.py -c -f eric4config.freebsd -- cgit v1.2.3