diff options
author | Boris Samorodov <bsam@FreeBSD.org> | 2012-05-17 19:57:46 +0000 |
---|---|---|
committer | Boris Samorodov <bsam@FreeBSD.org> | 2012-05-17 19:57:46 +0000 |
commit | e8ed481ce65181bb7ce6a59155362586b28e0a16 (patch) | |
tree | d16699482f55d303ac12fc7569d08520859320df /devel/eric4 | |
parent | b89f4fe3ba838f5aaef327c992bee27f3a78a155 (diff) | |
download | ports-e8ed481ce65181bb7ce6a59155362586b28e0a16.tar.gz ports-e8ed481ce65181bb7ce6a59155362586b28e0a16.zip |
Notes
Diffstat (limited to 'devel/eric4')
-rw-r--r-- | devel/eric4/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/eric4/Makefile b/devel/eric4/Makefile index 962b69f5510f..eadf1acad7be 100644 --- a/devel/eric4/Makefile +++ b/devel/eric4/Makefile @@ -19,7 +19,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} \ ${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%%/_sqlite3.so:${PORTSDIR}/databases/py-sqlite3 + ${PYTHON_SITELIBDIR}/_sqlite3.so:${PORTSDIR}/databases/py-sqlite3 USE_GNOME= desktopfileutils INSTALL_CMD= install.py -c -f eric4config.freebsd |