aboutsummaryrefslogtreecommitdiffstats
path: root/math/qtiplot
diff options
context:
space:
mode:
authormakc <makc@FreeBSD.org>2009-08-07 02:30:49 +0800
committermakc <makc@FreeBSD.org>2009-08-07 02:30:49 +0800
commit7eb220b1344b3757580cfac02e7b412a493eed22 (patch)
treedaefd1455b2bc92e109cd17ef12ad06341fc99d4 /math/qtiplot
parent327eec1fdd31e0dc55a9fa437db6c13c6ea308e9 (diff)
downloadfreebsd-ports-gnome-7eb220b1344b3757580cfac02e7b412a493eed22.tar.gz
freebsd-ports-gnome-7eb220b1344b3757580cfac02e7b412a493eed22.tar.zst
freebsd-ports-gnome-7eb220b1344b3757580cfac02e7b412a493eed22.zip
disable python support (broken after PyQt update)
Diffstat (limited to 'math/qtiplot')
-rw-r--r--math/qtiplot/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/math/qtiplot/Makefile b/math/qtiplot/Makefile
index de1ba84a4324..0631ee89faf2 100644
--- a/math/qtiplot/Makefile
+++ b/math/qtiplot/Makefile
@@ -7,6 +7,7 @@
PORTNAME= qtiplot
DISTVERSION= 0.9.7.6
+PORTREVISION= 1
CATEGORIES= math science
MASTER_SITES= BERLIOS http://soft.proindependent.com/src/
@@ -34,13 +35,14 @@ DESKTOP_ENTRIES="QtiPlot" "Data analysis and plotting" \
"qtiplot" "" false
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
.include <bsd.port.options.mk>
.if defined(WITH_PYTHON)
+BROKEN= not compatible with PyQt-4.5
USE_PYTHON= yes
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