diff options
author | rakuco <rakuco@FreeBSD.org> | 2014-06-16 01:22:19 +0800 |
---|---|---|
committer | rakuco <rakuco@FreeBSD.org> | 2014-06-16 01:22:19 +0800 |
commit | b26de88c961e487520d5637e05ecbe85a0dac539 (patch) | |
tree | 9996b7dcd344f1f7ec878e0eca41c07ec021622d /french | |
parent | 6c6a2e424c9cfb7134688472b661cbcbb120e580 (diff) | |
download | freebsd-ports-gnome-b26de88c961e487520d5637e05ecbe85a0dac539.tar.gz freebsd-ports-gnome-b26de88c961e487520d5637e05ecbe85a0dac539.tar.zst freebsd-ports-gnome-b26de88c961e487520d5637e05ecbe85a0dac539.zip |
Depend on devel/xdg-utils instead of devel/py-qt4-assistant.
This version of Eficas has dropped the dependency on py-qt4-assistant, which
has been deprecated in PyQt4 since 2010, and replaced it with a call to
xdg-open.
Follow suit and replace the runtime dependencies, paving the way for us to
get rid of py-qt4-assistant ourselves.
CR D226
Approved by: thierry (maintainer)
Diffstat (limited to 'french')
-rw-r--r-- | french/eficas/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/french/eficas/Makefile b/french/eficas/Makefile index 1b17b00fe858..d765a4d60c02 100644 --- a/french/eficas/Makefile +++ b/french/eficas/Makefile @@ -3,6 +3,7 @@ PORTNAME= eficas DISTVERSION= 7.3.0-1 +PORTREVISION= 1 CATEGORIES= french cad MAINTAINER= thierry@FreeBSD.org @@ -36,7 +37,7 @@ EF_LANG= ang .endif RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/PyQt4/QtGui.so:${PORTSDIR}/x11-toolkits/py-qt4-gui \ - ${PYTHON_SITELIBDIR}/PyQt4/QtAssistant.so:${PORTSDIR}/devel/py-qt4-assistant + xdg-open:${PORTSDIR}/devel/xdg-utils FIXUBIN= Openturns_Study/prefs_OPENTURNS_STUDY.py \ Openturns_Wrapper/prefs_OPENTURNS_WRAPPER.py \ |