diff options
author | Ralf van der Enden <tremere@cainites.net> | 2023-07-27 10:17:58 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2023-07-27 10:20:13 +0000 |
commit | 068571f2c81f9d67aa864c44ce755712d0f9e0e8 (patch) | |
tree | ce50c7ea67b243c06c869401fa141e4699679254 | |
parent | c7dafea7d11c2b28ad5a109f5a6459879dd54df6 (diff) | |
download | ports-068571f2c81f9d67aa864c44ce755712d0f9e0e8.tar.gz ports-068571f2c81f9d67aa864c44ce755712d0f9e0e8.zip |
devel/qt6-base: fix CUPS=off plist
-rw-r--r-- | devel/qt6-base/pkg-plist | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/qt6-base/pkg-plist b/devel/qt6-base/pkg-plist index e0922b47d59f..47c1497bd437 100644 --- a/devel/qt6-base/pkg-plist +++ b/devel/qt6-base/pkg-plist @@ -1803,8 +1803,8 @@ bin/qmake6 %%QT_INCDIR%%/QtOpenGLWidgets/qtopenglwidgetsglobal.h %%QT_INCDIR%%/QtOpenGLWidgets/qtopenglwidgetsversion.h %%QT_INCDIR%%/QtPrintSupport/%%FULLVER%%/QtPrintSupport/private/qabstractprintdialog_p.h -%%QT_INCDIR%%/QtPrintSupport/%%FULLVER%%/QtPrintSupport/private/qcups_p.h -%%QT_INCDIR%%/QtPrintSupport/%%FULLVER%%/QtPrintSupport/private/qcupsjobwidget_p.h +%%CUPS%%%%QT_INCDIR%%/QtPrintSupport/%%FULLVER%%/QtPrintSupport/private/qcups_p.h +%%CUPS%%%%QT_INCDIR%%/QtPrintSupport/%%FULLVER%%/QtPrintSupport/private/qcupsjobwidget_p.h %%QT_INCDIR%%/QtPrintSupport/%%FULLVER%%/QtPrintSupport/private/qpagesetupdialog_p.h %%QT_INCDIR%%/QtPrintSupport/%%FULLVER%%/QtPrintSupport/private/qpagesetupdialog_unix_p.h %%QT_INCDIR%%/QtPrintSupport/%%FULLVER%%/QtPrintSupport/private/qpaintengine_alpha_p.h |