diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2017-02-04 13:37:15 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2017-02-04 13:37:15 +0000 |
commit | 4c7d30bb708caa0cb93b401f96679728a9f52974 (patch) | |
tree | d3572a824910587e038d1100b5972b19f37005aa /print/hplip | |
parent | dbf5f956b89ab67ab031eafbe3508f2a7632ee42 (diff) | |
download | ports-4c7d30bb708caa0cb93b401f96679728a9f52974.tar.gz ports-4c7d30bb708caa0cb93b401f96679728a9f52974.zip |
Notes
Diffstat (limited to 'print/hplip')
-rw-r--r-- | print/hplip/Makefile | 4 |
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) |