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 /science | |
parent | 2d1902802bfe87a251bc3c96d439224a5822796b (diff) | |
download | freebsd-ports-gnome-ae3a659924e930792898113c43f019df69ff7d9e.tar.gz freebsd-ports-gnome-ae3a659924e930792898113c43f019df69ff7d9e.tar.zst freebsd-ports-gnome-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 'science')
-rw-r--r-- | science/veusz/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/science/veusz/Makefile b/science/veusz/Makefile index 417e698eae85..1ce5962234f3 100644 --- a/science/veusz/Makefile +++ b/science/veusz/Makefile @@ -12,8 +12,6 @@ COMMENT= Scientific plotting package LICENSE= GPLv2 -BROKEN= fails to configure - RUN_DEPENDS= ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}qt4-gui>=0:x11-toolkits/py-qt4-gui \ ${PYTHON_PKGNAMEPREFIX}qt4-svg>0:graphics/py-qt4-svg |