From ab4126dd482057888d23c1caae2e23ee65e7ffb2 Mon Sep 17 00:00:00 2001 From: Max Brazhnikov Date: Thu, 6 Aug 2009 18:30:49 +0000 Subject: [PATCH] disable python support (broken after PyQt update) --- math/qtiplot/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 .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