diff options
author | obache <obache@pkgsrc.org> | 2007-10-21 01:18:36 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2007-10-21 01:18:36 +0000 |
commit | 43df7ca46f7a5cf2fcafca870a96fabb7d46ebfa (patch) | |
tree | b575ebcb249e0446e99148423302bd5ad28177b0 /x11 | |
parent | 0fb26c6302e30e4c6b7dffafe80a9e283fbd6220 (diff) | |
download | pkgsrc-43df7ca46f7a5cf2fcafca870a96fabb7d46ebfa.tar.gz |
Suppress the unexptected cups detection.
Fixes PR 37134.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gtk2/options.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/gtk2/options.mk b/x11/gtk2/options.mk index 0b2b6e0bfe8..5d70b29452c 100644 --- a/x11/gtk2/options.mk +++ b/x11/gtk2/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.6 2007/05/25 18:02:45 joerg Exp $ +# $NetBSD: options.mk,v 1.7 2007/10/21 01:18:36 obache Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.gtk2 PKG_SUPPORTED_OPTIONS= cups debug @@ -13,10 +13,10 @@ PKG_SUGGESTED_OPTIONS= x11 .if !empty(PKG_OPTIONS:Mcups) .include "../../print/cups/buildlink3.mk" -CONFIGURE_ENV+= ENABLE_CUPS=yes PLIST_SUBST+= CUPS= .else PLIST_SUBST+= CUPS="@comment " +CONFIGURE_ENV+= ac_cv_path_CUPS_CONFIG=no .endif .if !empty(PKG_OPTIONS:Mdebug) |