aboutsummaryrefslogtreecommitdiff
path: root/science/py-veusz
diff options
context:
space:
mode:
Diffstat (limited to 'science/py-veusz')
-rw-r--r--science/py-veusz/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/science/py-veusz/Makefile b/science/py-veusz/Makefile
index 30d4936bee58..a5c37d8b037f 100644
--- a/science/py-veusz/Makefile
+++ b/science/py-veusz/Makefile
@@ -4,7 +4,8 @@
PORTNAME= veusz
DISTVERSIONPREFIX= ${PORTNAME}-
DISTVERSION= 3.2.1
-CATEGORIES= science kde
+PORTREVISION= 1
+CATEGORIES= science
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= yuri@FreeBSD.org
@@ -18,11 +19,11 @@ RUN_DEPENDS= ${PYNUMPY}
USES= compiler:c++11-lang python:3.5+ pyqt:5 qt:5 shebangfix
USE_GITHUB= yes
-USE_PYQT= core gui svg
+USE_PYQT= core gui printsupport svg widgets
USE_PYTHON= distutils concurrent autoplist
USE_QT= core gui xml widgets qmake_build
SHEBANG_FILES= examples/embedexample.py
-MAKE_ENV= SIP_DIR=${LOCALBASE}/share/PyQt5/${PYTHON_VER}/sip
+MAKE_ENV= SIP_DIR=${LOCALBASE}/share/PyQt5/${PYTHON_VER}/sip
.include <bsd.port.mk>