diff options
author | markd <markd@pkgsrc.org> | 2015-08-30 01:21:42 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2015-08-30 01:21:42 +0000 |
commit | 631f2e23fa2ac08da1f9fac0b377d1c21ad6af6b (patch) | |
tree | cd7a860608f43342e579e59adcce0cce4262f01c /x11/qt5-qtbase | |
parent | bdcc28e56d3f085f41f8b6beb20ccf37d7ed5829 (diff) | |
download | pkgsrc-631f2e23fa2ac08da1f9fac0b377d1c21ad6af6b.tar.gz |
Fix PLIST for cups option.
Diffstat (limited to 'x11/qt5-qtbase')
-rw-r--r-- | x11/qt5-qtbase/PLIST | 4 | ||||
-rw-r--r-- | x11/qt5-qtbase/options.mk | 5 |
2 files changed, 7 insertions, 2 deletions
diff --git a/x11/qt5-qtbase/PLIST b/x11/qt5-qtbase/PLIST index 03cf9a37ca4..8c1c67edfd3 100644 --- a/x11/qt5-qtbase/PLIST +++ b/x11/qt5-qtbase/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.6 2015/04/27 10:38:04 wiz Exp $ +@comment $NetBSD: PLIST,v 1.7 2015/08/30 01:21:42 markd Exp $ lib/pkgconfig/Qt5Bootstrap.pc lib/pkgconfig/Qt5Concurrent.pc lib/pkgconfig/Qt5Core.pc @@ -2296,6 +2296,7 @@ qt5/lib/cmake/Qt5OpenGLExtensions/Qt5OpenGLExtensionsConfigVersion.cmake qt5/lib/cmake/Qt5PrintSupport/Qt5PrintSupportConfig.cmake qt5/lib/cmake/Qt5PrintSupport/Qt5PrintSupportConfigVersion.cmake ${PLIST.mac}qt5/lib/cmake/Qt5PrintSupport/Qt5PrintSupport_QCocoaPrinterSupportPlugin.cmake +${PLIST.cups}qt5/lib/cmake/Qt5PrintSupport/Qt5PrintSupport_QCupsPrinterSupportPlugin.cmake qt5/lib/cmake/Qt5Sql/Qt5SqlConfig.cmake qt5/lib/cmake/Qt5Sql/Qt5SqlConfigVersion.cmake qt5/lib/cmake/Qt5Test/Qt5TestConfig.cmake @@ -2839,3 +2840,4 @@ ${PLIST.egl}qt5/plugins/platforms/libqminimalegl.la qt5/plugins/platforms/libqoffscreen.la ${PLIST.unix}qt5/plugins/platforms/libqxcb.la ${PLIST.mac}qt5/plugins/printsupport/libcocoaprintersupport.la +${PLIST.cups}qt5/plugins/printsupport/libcupsprintersupport.la diff --git a/x11/qt5-qtbase/options.mk b/x11/qt5-qtbase/options.mk index 7a38f493d6a..00a496e5045 100644 --- a/x11/qt5-qtbase/options.mk +++ b/x11/qt5-qtbase/options.mk @@ -1,13 +1,16 @@ -# $NetBSD: options.mk,v 1.4 2014/12/30 17:23:45 adam Exp $ +# $NetBSD: options.mk,v 1.5 2015/08/30 01:21:42 markd Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.qt5 PKG_SUPPORTED_OPTIONS= cups debug gtk2 .include "../../mk/bsd.options.mk" +PLIST_VARS+= cups + .if !empty(PKG_OPTIONS:Mcups) . include "../../print/cups15/buildlink3.mk" CONFIGURE_ARGS+= -cups +PLIST.cups= yes .else CONFIGURE_ARGS+= -no-cups .endif |