diff options
author | pi <pi@FreeBSD.org> | 2016-06-15 02:18:54 +0800 |
---|---|---|
committer | pi <pi@FreeBSD.org> | 2016-06-15 02:18:54 +0800 |
commit | ae3a659924e930792898113c43f019df69ff7d9e (patch) | |
tree | 5233667097cea1c6ea210ad4fc0cc89599751151 /math | |
parent | 2d1902802bfe87a251bc3c96d439224a5822796b (diff) | |
download | freebsd-ports-graphics-ae3a659924e930792898113c43f019df69ff7d9e.tar.gz freebsd-ports-graphics-ae3a659924e930792898113c43f019df69ff7d9e.tar.zst freebsd-ports-graphics-ae3a659924e930792898113c43f019df69ff7d9e.zip |
devel/py-qt4-core: change USE_PYQT from sip_build to sip to fix build
for those ports, unbreak:
science/veusz
math/qtiplot
emulators/swine
devel/ninja-ide
PR: 210045
Reported by: antoine
Submitted by: Tobias C.Berner <tcberner@gmail.com> (kde)
Diffstat (limited to 'math')
-rw-r--r-- | math/qtiplot/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/math/qtiplot/Makefile b/math/qtiplot/Makefile index 95bd826d7a2..004da44c820 100644 --- a/math/qtiplot/Makefile +++ b/math/qtiplot/Makefile @@ -10,8 +10,6 @@ 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 |