summaryrefslogtreecommitdiff
path: root/x11/gtk2
diff options
context:
space:
mode:
authorobache <obache>2007-10-21 01:18:36 +0000
committerobache <obache>2007-10-21 01:18:36 +0000
commit649e5af7b991e19ae77d63d165c60773326d786d (patch)
treeb575ebcb249e0446e99148423302bd5ad28177b0 /x11/gtk2
parentd7b5aec0705f0fe786f1ffa0d4e9ffc96bbee190 (diff)
downloadpkgsrc-649e5af7b991e19ae77d63d165c60773326d786d.tar.gz
Suppress the unexptected cups detection.
Fixes PR 37134.
Diffstat (limited to 'x11/gtk2')
-rw-r--r--x11/gtk2/options.mk4
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)