diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2004-07-29 05:39:19 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2004-07-29 05:39:19 +0000 |
commit | bf51aafb4f421fc9ff2e09f3e64efe9b0e1047b8 (patch) | |
tree | 8dbbc4ad0fde2f972417285f1816f98c55730920 /x11/XFree86-libs | |
parent | a259fecc1a63cd6577af183befc63bb38b60cd17 (diff) | |
download | pkgsrc-bf51aafb4f421fc9ff2e09f3e64efe9b0e1047b8.tar.gz |
CONFLICTS with xorg-libs.
Diffstat (limited to 'x11/XFree86-libs')
-rw-r--r-- | x11/XFree86-libs/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/XFree86-libs/Makefile b/x11/XFree86-libs/Makefile index 8bffa2a79b3..f2fd982286c 100644 --- a/x11/XFree86-libs/Makefile +++ b/x11/XFree86-libs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2004/07/21 23:55:19 xtraeme Exp $ +# $NetBSD: Makefile,v 1.13 2004/07/29 05:39:19 xtraeme Exp $ DISTNAME= ${DISTFILES} PKGNAME= XFree86-libs-${XF_VER} @@ -15,6 +15,7 @@ COMMENT= XFree86 Libraries CONFLICTS+= xextensions-[0-9]* CONFLICTS+= libX11-[0-9]* CONFLICTS+= libXau-[0-9]* +CONFLICTS+= xorg-libs-[0-9]* BUILD_DEPENDS= imake>=4.4.0:../../x11/imake |