aboutsummaryrefslogtreecommitdiff
path: root/graphics/qtqr
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2021-02-22 12:59:34 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2021-02-22 12:59:34 +0000
commitf76f1dd4177f140eef7b7c9dde474f172b1dc169 (patch)
tree04958201d7121ad4241e06bb56ea840df003c0b4 /graphics/qtqr
parent554fd8f169d06495644b363fec5d94361ce49137 (diff)
downloadports-f76f1dd4177f140eef7b7c9dde474f172b1dc169.tar.gz
ports-f76f1dd4177f140eef7b7c9dde474f172b1dc169.zip
graphics/qtqr: Add missing dependencies
PR: 253753 Submitted by: yuri MFH: 2021Q1
Notes
Notes: svn path=/head/; revision=566292
Diffstat (limited to 'graphics/qtqr')
-rw-r--r--graphics/qtqr/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/graphics/qtqr/Makefile b/graphics/qtqr/Makefile
index 597a09094fe7..e92699cc1ea3 100644
--- a/graphics/qtqr/Makefile
+++ b/graphics/qtqr/Makefile
@@ -3,7 +3,7 @@
PORTNAME= qtqr
DISTVERSION= 2.0.bzr39
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= graphics python
MASTER_SITES= LOCAL/ehaupt
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -15,7 +15,9 @@ COMMENT= GUI that makes it easy to create and decode QR codes
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/LICENCE
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zbar-py>=1.0.4:graphics/py-zbar-py@${PY_FLAVOR}
+RUN_DEPENDS= ${PYNUMPY} \
+ ${PYTHON_PKGNAMEPREFIX}pillow>0:graphics/py-pillow@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}zbar-py>=1.0.4:graphics/py-zbar-py@${PY_FLAVOR}
USES= desktop-file-utils pyqt:5 python:3.6+ shebangfix
USE_PYQT= core_run gui_run network_run widgets_run