summaryrefslogtreecommitdiff
path: root/x11/gtk3/options.mk
diff options
context:
space:
mode:
authormaya <maya@pkgsrc.org>2020-05-19 19:53:14 +0000
committermaya <maya@pkgsrc.org>2020-05-19 19:53:14 +0000
commit9819981dc72cd849e6754eac8a3034f0caa04006 (patch)
treece3d4af9d4775b359d6dbc409a9657c687d15e1f /x11/gtk3/options.mk
parent9d2a816687692489e98572af232cba37d9528b9f (diff)
downloadpkgsrc-9819981dc72cd849e6754eac8a3034f0caa04006.tar.gz
gtk3: depend on just libcups for the cups option, enable cups option
libcups doesn't share any of the objections for cups-base, and builds fine on darwin. bump pkgrevision
Diffstat (limited to 'x11/gtk3/options.mk')
-rw-r--r--x11/gtk3/options.mk7
1 files changed, 3 insertions, 4 deletions
diff --git a/x11/gtk3/options.mk b/x11/gtk3/options.mk
index cb820aa81b9..ff99a5ceb85 100644
--- a/x11/gtk3/options.mk
+++ b/x11/gtk3/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.19 2020/03/05 09:37:30 wiz Exp $
+# $NetBSD: options.mk,v 1.20 2020/05/19 19:53:14 maya Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.gtk3
PKG_SUPPORTED_OPTIONS+= gtk3-atk-bridge cups debug
@@ -10,14 +10,13 @@ PKG_SUPPORTED_OPTIONS+= quartz
.if ${PLATFORM_SUPPORTS_WAYLAND} == "yes"
PKG_SUGGESTED_OPTIONS+= wayland
.endif
-PKG_SUGGESTED_OPTIONS+= gtk3-atk-bridge x11
+PKG_SUGGESTED_OPTIONS+= gtk3-atk-bridge x11 cups
.include "../../mk/bsd.options.mk"
PLIST_VARS+= cups
.if !empty(PKG_OPTIONS:Mcups)
-BUILDLINK_API_DEPENDS.cups-base+= cups-base>=1.7
-.include "../../print/cups-base/buildlink3.mk"
+.include "../../print/libcups/buildlink3.mk"
PLIST.cups= yes
.else
CONFIGURE_ENV+= ac_cv_path_CUPS_CONFIG=no