diff options
author | wiz <wiz@pkgsrc.org> | 2021-07-13 12:05:48 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2021-07-13 12:05:48 +0000 |
commit | 594f94c1b64f71da8f0ea5181ad0718f7471ae68 (patch) | |
tree | 909706f7e75416d647dfa22e2dd24cc32e37ae8f /x11 | |
parent | 3d91363abd37964d93c1a0198fb732ca7f1a093e (diff) | |
download | pkgsrc-594f94c1b64f71da8f0ea5181ad0718f7471ae68.tar.gz |
modular-xorg-server: note conflict with libxcvt
Diffstat (limited to 'x11')
-rw-r--r-- | x11/modular-xorg-server/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/modular-xorg-server/Makefile b/x11/modular-xorg-server/Makefile index 77f1a7d0057..67f17941d23 100644 --- a/x11/modular-xorg-server/Makefile +++ b/x11/modular-xorg-server/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.129 2020/08/26 10:28:39 wiz Exp $ +# $NetBSD: Makefile,v 1.130 2021/07/13 12:05:48 wiz Exp $ DISTNAME= xorg-server-${XORG_VERSION} PKGNAME= modular-${DISTNAME} @@ -10,6 +10,8 @@ SPECIAL_PERMS+= bin/Xorg ${SETUID_ROOT_PERMS} NOT_FOR_PLATFORM= Darwin-*-* +CONFLICTS+= libxcvt-[0-9]* + .include "Makefile.common" CONFIGURE_ARGS+= --enable-xorg |