diff options
author | antoine <antoine@FreeBSD.org> | 2016-06-05 01:19:50 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2016-06-05 01:19:50 +0800 |
commit | a46303475d185c28d4128876f36f2642d57afce3 (patch) | |
tree | a654a8e957bb0ca48b0fb779478dfd78d0c3577e /math | |
parent | 5ef166c427e1bb97b64c502ba2cf4102f8ccc361 (diff) | |
download | freebsd-ports-gnome-a46303475d185c28d4128876f36f2642d57afce3.tar.gz freebsd-ports-gnome-a46303475d185c28d4128876f36f2642d57afce3.tar.zst freebsd-ports-gnome-a46303475d185c28d4128876f36f2642d57afce3.zip |
Mark BROKEN: fails to build
src/scripting/PythonScripting.cpp:61:10: fatal error: 'sipAPIqti.h' file not found
#include "sipAPIqti.h"
^
Reported by: pkg-fallout
Diffstat (limited to 'math')
-rw-r--r-- | math/qtiplot/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/math/qtiplot/Makefile b/math/qtiplot/Makefile index 004da44c8207..95bd826d7a24 100644 --- a/math/qtiplot/Makefile +++ b/math/qtiplot/Makefile @@ -10,6 +10,8 @@ MASTER_SITES= BERLIOS http://soft.proindependent.com/src/ MAINTAINER= makc@FreeBSD.org COMMENT= Data analysis and scientific plotting +BROKEN= fails to build + LIB_DEPENDS= libgsl.so:math/gsl \ libmuparser.so:math/muparser \ libpng.so:graphics/png |