diff options
author | antoine <antoine@FreeBSD.org> | 2016-06-04 20:36:08 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2016-06-04 20:36:08 +0800 |
commit | 7ef6a0ae238ea06e2e7910a669987774300c2178 (patch) | |
tree | a7126cf333dc901edca263a339de0bef45d0624a | |
parent | 17a0af8bab2a6865056f9ad51ef31354f9acfd77 (diff) | |
download | freebsd-ports-gnome-7ef6a0ae238ea06e2e7910a669987774300c2178.tar.gz freebsd-ports-gnome-7ef6a0ae238ea06e2e7910a669987774300c2178.tar.zst freebsd-ports-gnome-7ef6a0ae238ea06e2e7910a669987774300c2178.zip |
Mark BROKEN: fails to configure
File "setup.py", line 33, in <module>
import pyqtdistutils
File "pyqtdistutils.py", line 13, in <module>
import PyQt4.pyqtconfig
File "/usr/local/lib/python2.7/site-packages/PyQt4/pyqtconfig.py", line 22, in <module>
import sipconfig
ImportError: No module named sipconfig
Reported by: pkg-fallout
-rw-r--r-- | science/veusz/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/science/veusz/Makefile b/science/veusz/Makefile index 1ce5962234f3..417e698eae85 100644 --- a/science/veusz/Makefile +++ b/science/veusz/Makefile @@ -12,6 +12,8 @@ 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 |