diff options
Diffstat (limited to 'devel/eric4')
-rw-r--r-- | devel/eric4/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
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 |