aboutsummaryrefslogtreecommitdiff
path: root/science
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2020-03-24 08:24:14 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2020-03-24 08:24:14 +0000
commit3719d347b35630e0025d33ee8b119e7c21fb9f89 (patch)
treeeadca772234f8dc4689e3f72f4d4ca1de620f90c /science
parent2ea704aa8cfa8bdd04725776263a1da0d55e957f (diff)
downloadports-3719d347b35630e0025d33ee8b119e7c21fb9f89.tar.gz
ports-3719d347b35630e0025d33ee8b119e7c21fb9f89.zip
science/py-veusz: Add missing USE_PYQT elements; Remove the kde category
This package has nothing to do with KDE, except that the KDE store lists it as a software package.
Notes
Notes: svn path=/head/; revision=529034
Diffstat (limited to 'science')
-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>