diff options
author | wiz <wiz@pkgsrc.org> | 2019-08-20 13:55:05 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2019-08-20 13:55:05 +0000 |
commit | 44bda43cf0d66129eb528162d0a09c7c3632fffe (patch) | |
tree | 9a3819e91a494315052b22235f29664f1994e571 /x11/gtk3/options.mk | |
parent | 4889c28e68e948ccc80a2a73f9d728e41eeb0809 (diff) | |
download | pkgsrc-44bda43cf0d66129eb528162d0a09c7c3632fffe.tar.gz |
gtk3: bump cups requirement after update
Diffstat (limited to 'x11/gtk3/options.mk')
-rw-r--r-- | x11/gtk3/options.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/gtk3/options.mk b/x11/gtk3/options.mk index 402943eff55..b7180383742 100644 --- a/x11/gtk3/options.mk +++ b/x11/gtk3/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.14 2019/08/18 16:47:38 nia Exp $ +# $NetBSD: options.mk,v 1.15 2019/08/20 13:55:05 wiz Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.gtk3 PKG_SUPPORTED_OPTIONS+= gtk3-atk-bridge cups debug @@ -12,6 +12,7 @@ PKG_SUGGESTED_OPTIONS= gtk3-atk-bridge x11 PLIST_VARS+= cups .if !empty(PKG_OPTIONS:Mcups) +BUILDLINK_API_DEPENDS.cups-base+= cups-base>=1.7 .include "../../print/cups-base/buildlink3.mk" PLIST.cups= yes .else |