Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by www.NetBSD.org (Postfix) with ESMTP id 4530B63B100 for ; Wed, 16 Jun 2010 20:23:07 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 0) id BD91B63B515; Wed, 16 Jun 2010 20:23:06 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id D723E63B4F7 for ; Wed, 16 Jun 2010 20:23:05 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id DB7AE175DD; Wed, 16 Jun 2010 20:23:05 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: binary Content-Type: text/plain Date: Wed, 16 Jun 2010 20:23:05 +0000 From: Georg Schwarz Subject: CVS commit: pkgsrc/mk/buildlink3 To: pkgsrc-changes@NetBSD.org Reply-To: schwarz@netbsd.org X-Mailer: log_accum Message-Id: <20100616202305.DB7AE175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: list Module Name: pkgsrc Committed By: schwarz Date: Wed Jun 16 20:23:05 UTC 2010 Modified Files: pkgsrc/mk/buildlink3: imake-check.mk Log Message: Analogously to the case of modular xorg, do not use imake if it is not available on the system (e.g. on MacOS 10.6). This prevents a circular dependency on such systems involving x11-links and imake. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 pkgsrc/mk/buildlink3/imake-check.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.