From 4c7d30bb708caa0cb93b401f96679728a9f52974 Mon Sep 17 00:00:00 2001 From: "Tobias C. Berner" Date: Sat, 4 Feb 2017 13:37:15 +0000 Subject: Switch ports to use USE_PYQT= instead of using RUN_- and BUILD_DEPENDS pyqt.mk provides USE_PYQT= 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 --- print/hplip/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'print/hplip') 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) -- cgit v1.2.3