From df743a9af6380cbb39b27e707e17b61a0febb36b Mon Sep 17 00:00:00 2001 From: xtraeme Date: Fri, 22 Oct 2004 06:31:42 +0000 Subject: The CONFLICTS lines for xextensions, libx11 and libXaw should be only when X11BASE = LOCALBASE, otherwise they are useless, because the xorg packages install the files into ${X11ROOT} aka ${PREFIX}/xorg and not ${PREFIX}. Bump PKGREVISION because the binary has been modified. --- x11/xorg-libs/Makefile | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/x11/xorg-libs/Makefile b/x11/xorg-libs/Makefile index cbea9c16f70..ea7d213b4e7 100644 --- a/x11/xorg-libs/Makefile +++ b/x11/xorg-libs/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.8 2004/10/09 09:32:19 xtraeme Exp $ +# $NetBSD: Makefile,v 1.9 2004/10/22 06:31:42 xtraeme Exp $ DISTNAME= ${DISTFILES} PKGNAME= xorg-libs-${XORG_VER} -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_XORG} DISTFILES= X11R${XORG_VER}-src1.tar.gz X11R${XORG_VER}-src2.tar.gz \ @@ -12,10 +12,6 @@ MAINTAINER= xtraeme@NetBSD.org HOMEPAGE= http://www.x.org/ COMMENT= X.org Libraries -CONFLICTS+= xextensions-[0-9]* -CONFLICTS+= libX11-[0-9]* -CONFLICTS+= libXau-[0-9]* - BUILD_DEPENDS= xorg-imake>=${XORG_VER}:../../x11/xorg-imake .include "../../mk/bsd.prefs.mk" @@ -24,6 +20,9 @@ BUILD_DEPENDS= xorg-imake>=${XORG_VER}:../../x11/xorg-imake .if ${X11ROOT} == ${LOCALBASE} CONFLICTS+= MesaLib-[0-9]* glu-[0-9]* +CONFLICTS+= xextensions-[0-9]* +CONFLICTS+= libX11-[0-9]* +CONFLICTS+= libXau-[0-9]* .endif USE_BUILDLINK3= yes -- cgit v1.2.3