From 57899640b0e65b79a06016936bee414914453c82 Mon Sep 17 00:00:00 2001 From: joerg Date: Tue, 23 Feb 2010 17:16:51 +0000 Subject: Remove check for buildlink-x11 -- it's been removed in 2002. --- mk/bsd.pkg.mk | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) (limited to 'mk') diff --git a/mk/bsd.pkg.mk b/mk/bsd.pkg.mk index 5cacb628153..0051aefcb60 100644 --- a/mk/bsd.pkg.mk +++ b/mk/bsd.pkg.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.pkg.mk,v 1.1961 2010/02/20 07:05:52 rillig Exp $ +# $NetBSD: bsd.pkg.mk,v 1.1962 2010/02/23 17:16:51 joerg Exp $ # # This file is in the public domain. # @@ -141,16 +141,6 @@ PKG_FAIL_REASON+='NO_WRKSUBDIR has been deprecated - please replace it with an e PKG_FAIL_REASON+='assignment of WRKSRC= $${WRKDIR}' .endif # NO_WRKSUBDIR -# We need to make sure the buildlink-x11 package is not installed since it -# breaks builds that use imake. -.if defined(USE_IMAKE) -. if exists(${LOCALBASE}/lib/X11/config/buildlinkX11.def) || \ - exists(${X11BASE}/lib/X11/config/buildlinkX11.def) -PKG_FAIL_REASON+= "${PKGNAME} uses imake, but the buildlink-x11 package was found." \ - " Please deinstall it (pkg_delete buildlink-x11)." -. endif -.endif # USE_IMAKE - .if !defined(CATEGORIES) || !defined(DISTNAME) PKG_FAIL_REASON+='CATEGORIES and DISTNAME are mandatory.' .endif -- cgit v1.2.3