summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorkhorben <khorben@pkgsrc.org>2017-11-12 15:36:57 +0000
committerkhorben <khorben@pkgsrc.org>2017-11-12 15:36:57 +0000
commit8c069393c20690d47c5d796752a84ed0e6cd9e95 (patch)
tree28777db44825d259fc51114eeba8e227da7954cd /x11
parentd239ddfb856734ab2a47ec6254e6b6832850c25f (diff)
downloadpkgsrc-8c069393c20690d47c5d796752a84ed0e6cd9e95.tar.gz
Update dependencies on print/cups to print/cups-base
This is with the notable exception of meta-pkgs/desktop-gnome, which I believe implies a fully functional cups. This is still missing revision bumps - I'll be right there (first time I am doing this on so many packages at a time). As discussed on tech-pkg@
Diffstat (limited to 'x11')
-rw-r--r--x11/gtk2/options.mk4
-rw-r--r--x11/gtk3/options.mk4
-rw-r--r--x11/qt4-libs/options.mk4
-rw-r--r--x11/qt5-qtbase/options.mk4
4 files changed, 8 insertions, 8 deletions
diff --git a/x11/gtk2/options.mk b/x11/gtk2/options.mk
index e1681564b26..3a4164f526e 100644
--- a/x11/gtk2/options.mk
+++ b/x11/gtk2/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.15 2017/05/19 13:18:19 prlw1 Exp $
+# $NetBSD: options.mk,v 1.16 2017/11/12 15:36:59 khorben Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.gtk2
PKG_SUPPORTED_OPTIONS= cups debug
@@ -13,7 +13,7 @@ PKG_SUGGESTED_OPTIONS= x11
PLIST_VARS+= cups
.if !empty(PKG_OPTIONS:Mcups)
-.include "../../print/cups/buildlink3.mk"
+.include "../../print/cups-base/buildlink3.mk"
PLIST.cups= yes
.else
CONFIGURE_ENV+= ac_cv_path_CUPS_CONFIG=no
diff --git a/x11/gtk3/options.mk b/x11/gtk3/options.mk
index 241aef7dead..401d8952ce7 100644
--- a/x11/gtk3/options.mk
+++ b/x11/gtk3/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.9 2017/05/19 13:18:19 prlw1 Exp $
+# $NetBSD: options.mk,v 1.10 2017/11/12 15:37:00 khorben Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.gtk3
PKG_SUPPORTED_OPTIONS= gtk3-atk-bridge cups debug
@@ -13,7 +13,7 @@ PKG_SUGGESTED_OPTIONS= gtk3-atk-bridge x11
PLIST_VARS+= cups
.if !empty(PKG_OPTIONS:Mcups)
-.include "../../print/cups/buildlink3.mk"
+.include "../../print/cups-base/buildlink3.mk"
PLIST.cups= yes
.else
CONFIGURE_ENV+= ac_cv_path_CUPS_CONFIG=no
diff --git a/x11/qt4-libs/options.mk b/x11/qt4-libs/options.mk
index 8446f5a1907..f3a31427677 100644
--- a/x11/qt4-libs/options.mk
+++ b/x11/qt4-libs/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.9 2017/05/19 13:18:20 prlw1 Exp $
+# $NetBSD: options.mk,v 1.10 2017/11/12 15:37:00 khorben Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.qt4
PKG_SUPPORTED_OPTIONS= cups debug gtk2
@@ -6,7 +6,7 @@ PKG_SUPPORTED_OPTIONS= cups debug gtk2
.include "../../mk/bsd.options.mk"
.if !empty(PKG_OPTIONS:Mcups)
-. include "../../print/cups/buildlink3.mk"
+. include "../../print/cups-base/buildlink3.mk"
CONFIGURE_ARGS+= -cups
.else
CONFIGURE_ARGS+= -no-cups
diff --git a/x11/qt5-qtbase/options.mk b/x11/qt5-qtbase/options.mk
index 32b5cd95b63..645dc0c62fb 100644
--- a/x11/qt5-qtbase/options.mk
+++ b/x11/qt5-qtbase/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.8 2017/05/19 13:18:20 prlw1 Exp $
+# $NetBSD: options.mk,v 1.9 2017/11/12 15:37:00 khorben Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.qt5
PKG_SUPPORTED_OPTIONS= cups debug gtk2
@@ -8,7 +8,7 @@ PKG_SUPPORTED_OPTIONS= cups debug gtk2
PLIST_VARS+= cups gtk2
.if !empty(PKG_OPTIONS:Mcups)
-. include "../../print/cups/buildlink3.mk"
+. include "../../print/cups-base/buildlink3.mk"
CONFIGURE_ARGS+= -cups
PLIST.cups= yes
.else