diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2018-06-28 17:39:53 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2018-06-28 17:39:53 +0000 |
commit | b1a1d38bf9ef78334b640d30046388a9c055c3a9 (patch) | |
tree | 7b9785f1f0c244da1f5b69a2a610e3f37eb786a8 /science/py-veusz | |
parent | bc77780d41178cf3d0327c79ac10737af704f236 (diff) | |
download | ports-b1a1d38bf9ef78334b640d30046388a9c055c3a9.tar.gz ports-b1a1d38bf9ef78334b640d30046388a9c055c3a9.zip |
Notes
Diffstat (limited to 'science/py-veusz')
-rw-r--r-- | science/py-veusz/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/science/py-veusz/Makefile b/science/py-veusz/Makefile index 1a6d4a385e00..3d3e0804994c 100644 --- a/science/py-veusz/Makefile +++ b/science/py-veusz/Makefile @@ -17,10 +17,10 @@ LICENSE_FILE= ${WRKSRC}/COPYING RUN_DEPENDS= ${PYNUMPY} BUILD_DEPENDS:= ${RUN_DEPENDS} -USES= python pyqt:4 shebangfix +USES= python pyqt:4 qt:4 shebangfix USE_PYQT= gui svg USE_PYTHON= distutils concurrent autoplist -USE_QT4= corelib gui xml +USE_QT= corelib gui xml SHEBANG_FILES= examples/embedexample.py post-patch: |