diff options
author | rene <rene@FreeBSD.org> | 2019-06-26 19:52:23 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2019-06-26 19:52:23 +0800 |
commit | 6de786bfc359c3212db1b4971c7e32823e61c107 (patch) | |
tree | 98bd11bbc78254c28d6911f7ea7651047ebaca9d /print | |
parent | 3cf152591cc3a3838e933abb3519a6c1e2b65d5e (diff) | |
download | freebsd-ports-gnome-6de786bfc359c3212db1b4971c7e32823e61c107.tar.gz freebsd-ports-gnome-6de786bfc359c3212db1b4971c7e32823e61c107.tar.zst freebsd-ports-gnome-6de786bfc359c3212db1b4971c7e32823e61c107.zip |
Clean up final leftovers from Qt4.
Submitted by: rene
Reviewed by: mat, tcberner
Differential Revision: https://reviews.freebsd.org/D20725
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: |