View | Details | Raw Unified | Return to bug 253753
Collapse All | Expand All

(-)graphics/qtqr/Makefile (-3 / +4 lines)
Lines 3-12 Link Here
3
3
4
PORTNAME=	qtqr
4
PORTNAME=	qtqr
5
DISTVERSION=	2.0.bzr39
5
DISTVERSION=	2.0.bzr39
6
PORTREVISION=	4
6
PORTREVISION=	5
7
CATEGORIES=	graphics python
7
CATEGORIES=	graphics python
8
MASTER_SITES=	LOCAL/ehaupt
8
MASTER_SITES=	LOCAL/ehaupt
9
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
10
DISTNAME=	qr-tools-${DISTVERSION}
9
DISTNAME=	qr-tools-${DISTVERSION}
11
10
12
MAINTAINER=	ehaupt@FreeBSD.org
11
MAINTAINER=	ehaupt@FreeBSD.org
Lines 15-21 Link Here
15
LICENSE=	GPLv3
14
LICENSE=	GPLv3
16
LICENSE_FILE=	${WRKSRC}/LICENCE
15
LICENSE_FILE=	${WRKSRC}/LICENCE
17
16
18
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}zbar-py>=1.0.4:graphics/py-zbar-py@${PY_FLAVOR}
17
RUN_DEPENDS=	${PYNUMPY} \
18
		${PYTHON_PKGNAMEPREFIX}pillow>0:graphics/py-pillow@${PY_FLAVOR} \
19
		${PYTHON_PKGNAMEPREFIX}zbar-py>=1.0.4:graphics/py-zbar-py@${PY_FLAVOR}
19
20
20
USES=		desktop-file-utils pyqt:5 python:3.6+ shebangfix
21
USES=		desktop-file-utils pyqt:5 python:3.6+ shebangfix
21
USE_PYQT=	core_run gui_run network_run widgets_run
22
USE_PYQT=	core_run gui_run network_run widgets_run

Return to bug 253753