diff options
author | Boris Samorodov <bsam@FreeBSD.org> | 2008-08-24 09:47:39 +0000 |
---|---|---|
committer | Boris Samorodov <bsam@FreeBSD.org> | 2008-08-24 09:47:39 +0000 |
commit | d0e9da2539cfbb78d8fe07fa9caf621340c960d7 (patch) | |
tree | 6a53471be8aaf176150e0fb567a244d68cc10395 /devel/eric4 | |
parent | 2ca01168a1f5627c99ddc93cdff676df2807fcfb (diff) |
Notes
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 aa1753d5f8e2..889d690a409b 100644 --- a/devel/eric4/Makefile +++ b/devel/eric4/Makefile @@ -5,13 +5,15 @@ # $FreeBSD$ # +PORTREVISION= 1 CATEGORIES= devel python DISTNAME= ${PORTNAME}-${PORTVERSION} BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/PyQt4/QtGui.so:${PORTSDIR}/x11-toolkits/py-qt4-gui \ ${PYTHON_SITELIBDIR}/PyQt4/Qsci.so:${PORTSDIR}/devel/py-qt4-qscintilla2 RUN_DEPENDS= ${BUILD_DEPENDS} \ - ${PYTHON_SITELIBDIR}/PyQt4/QtNetwork.so:${PORTSDIR}/net/py-qt4-network + ${PYTHON_SITELIBDIR}/PyQt4/QtNetwork.so:${PORTSDIR}/net/py-qt4-network \ + ${PYTHON_SITELIBDIR}/PyQt4/QtSvg.so:${PORTSDIR}/graphics/py-qt4-svg INSTALL_CMD= install.py -c -f eric4config.freebsd PLIST_FILES= |