diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2016-06-04 17:19:50 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2016-06-04 17:19:50 +0000 |
commit | d7aa323fbc7ffd533de8d5577cad864486f60a63 (patch) | |
tree | a654a8e957bb0ca48b0fb779478dfd78d0c3577e /math | |
parent | 19395a3a37ee97b495502ce2a34868bc9a29c650 (diff) |
Notes
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 |