aboutsummaryrefslogtreecommitdiffstats
path: root/print/hplip
diff options
context:
space:
mode:
authortcberner <tcberner@FreeBSD.org>2017-02-04 21:37:15 +0800
committertcberner <tcberner@FreeBSD.org>2017-02-04 21:37:15 +0800
commit614efcf540e295f5c397c15efa09c57cf6f129d1 (patch)
treed3572a824910587e038d1100b5972b19f37005aa /print/hplip
parent456af42702b83f7d7a579791394af005ff85204e (diff)
downloadfreebsd-ports-gnome-614efcf540e295f5c397c15efa09c57cf6f129d1.tar.gz
freebsd-ports-gnome-614efcf540e295f5c397c15efa09c57cf6f129d1.tar.zst
freebsd-ports-gnome-614efcf540e295f5c397c15efa09c57cf6f129d1.zip
Switch ports to use USE_PYQT=<foo> instead of using RUN_- and BUILD_DEPENDS
pyqt.mk provides USE_PYQT=<list> to depend on its components. Convert the ports not yet using it to it. Reviewed by: rakuco, mat Approved by: rakuco (mentor) Differential Revision: https://reviews.freebsd.org/D9261
Diffstat (limited to 'print/hplip')
-rw-r--r--print/hplip/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/print/hplip/Makefile b/print/hplip/Makefile
index e8f55c6ceed9..2a8cee335f24 100644
--- a/print/hplip/Makefile
+++ b/print/hplip/Makefile
@@ -82,8 +82,8 @@ SCAN_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pillow>0:graphics/py-pillow
SCAN_CONFIGURE_ENABLE= scan-build
X11_DESC= Graphical User Interface (Qt 4)
-X11_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}qt4-gui>=0:x11-toolkits/py-qt4-gui \
- ${PYTHON_PKGNAMEPREFIX}qt4-dbussupport>=0:devel/py-qt4-dbussupport
+X11_USES= pyqt:4
+X11_USE= PYQT=dbussupport_run,gui_run
X11_CONFIGURE_ENABLE= qt4 gui-build
XSANE_DESC= Install XSane for scanning (implies SCAN)