From 649e5af7b991e19ae77d63d165c60773326d786d Mon Sep 17 00:00:00 2001 From: obache Date: Sun, 21 Oct 2007 01:18:36 +0000 Subject: Suppress the unexptected cups detection. Fixes PR 37134. --- x11/gtk2/options.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'x11/gtk2') 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) -- cgit v1.2.3