diff options
author | Rene Ladan <rene@FreeBSD.org> | 2019-06-26 11:52:23 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2019-06-26 11:52:23 +0000 |
commit | d2eb50ab00d0df6d35cf7a85da0a04f92638b1c7 (patch) | |
tree | 98bd11bbc78254c28d6911f7ea7651047ebaca9d /print | |
parent | c65748b136fdc615b71616a367ad8cf8f3102c68 (diff) |
Notes
Diffstat (limited to 'print')
-rw-r--r-- | print/hplip/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/print/hplip/Makefile b/print/hplip/Makefile index 24e669481279..767eea030819 100644 --- a/print/hplip/Makefile +++ b/print/hplip/Makefile @@ -78,7 +78,7 @@ CONFIGURE_ARGS+= --disable-qt5 .endif .if ${PORT_OPTIONS:MX11} && ! ${PORT_OPTIONS:MQT5} -BROKEN= The X11 option requires one of the QT4 or QT5 options +BROKEN= The X11 option requires the QT5 option .endif post-patch: |