mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
disable python support (broken after PyQt update)
This commit is contained in:
parent
e286028407
commit
ab4126dd48
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=239040
1 changed files with 3 additions and 1 deletions
|
@ -7,6 +7,7 @@
|
||||||
|
|
||||||
PORTNAME= qtiplot
|
PORTNAME= qtiplot
|
||||||
DISTVERSION= 0.9.7.6
|
DISTVERSION= 0.9.7.6
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= math science
|
CATEGORIES= math science
|
||||||
MASTER_SITES= BERLIOS http://soft.proindependent.com/src/
|
MASTER_SITES= BERLIOS http://soft.proindependent.com/src/
|
||||||
|
|
||||||
|
@ -34,13 +35,14 @@ DESKTOP_ENTRIES="QtiPlot" "Data analysis and plotting" \
|
||||||
"qtiplot" "" false
|
"qtiplot" "" false
|
||||||
|
|
||||||
OPTIONS= DOCS "Install the QtiPlot Handbook" on \
|
OPTIONS= DOCS "Install the QtiPlot Handbook" on \
|
||||||
PYTHON "Python scripting support" on
|
PYTHON "Python scripting support (broken)" off
|
||||||
|
|
||||||
STRIP_FILES= bin/qtiplot share/qtiplot/fitPlugins/*.so.1.0.0
|
STRIP_FILES= bin/qtiplot share/qtiplot/fitPlugins/*.so.1.0.0
|
||||||
|
|
||||||
.include <bsd.port.options.mk>
|
.include <bsd.port.options.mk>
|
||||||
|
|
||||||
.if defined(WITH_PYTHON)
|
.if defined(WITH_PYTHON)
|
||||||
|
BROKEN= not compatible with PyQt-4.5
|
||||||
USE_PYTHON= yes
|
USE_PYTHON= yes
|
||||||
BUILD_DEPENDS+= ${PYTHON_SITELIBDIR}/PyQt4/QtGui.so:${PORTSDIR}/x11-toolkits/py-qt4-gui
|
BUILD_DEPENDS+= ${PYTHON_SITELIBDIR}/PyQt4/QtGui.so:${PORTSDIR}/x11-toolkits/py-qt4-gui
|
||||||
RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/PyQt4/QtGui.so:${PORTSDIR}/x11-toolkits/py-qt4-gui
|
RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/PyQt4/QtGui.so:${PORTSDIR}/x11-toolkits/py-qt4-gui
|
||||||
|
|
Loading…
Add table
Reference in a new issue