By default, it made an automatic CONFLICTS with MesaLibs [sic].
Fixed so now only CONFLICTS with MesaLib when X11ROOT (which is ${PREFIX}/${X11ROOT_PREFIX}) is same as LOCALBASE. (Fixed typo there too.)
This commit is contained in:
parent
dd82c3374a
commit
4995fe597d
1 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.5 2004/03/28 22:06:15 xtraeme Exp $
|
||||
# $NetBSD: Makefile,v 1.6 2004/04/27 21:32:57 reed Exp $
|
||||
|
||||
DISTNAME= ${DISTFILES}
|
||||
PKGNAME= XFree86-libs-${XF_VER}
|
||||
|
@ -19,8 +19,8 @@ DEPENDS= imake>=4.4.0:../../x11/imake
|
|||
|
||||
.include "../../mk/bsd.prefs.mk"
|
||||
|
||||
.if ${X11PREFIX} == ${LOCALBASE}
|
||||
CONFLICTS+= MesaLibs-[0-9]*
|
||||
.if ${X11ROOT} == ${LOCALBASE}
|
||||
CONFLICTS+= MesaLib-[0-9]*
|
||||
.endif
|
||||
|
||||
USE_BUILDLINK3= yes
|
||||
|
|
Loading…
Reference in a new issue