diff options
author | reed <reed@pkgsrc.org> | 2006-07-31 21:26:12 +0000 |
---|---|---|
committer | reed <reed@pkgsrc.org> | 2006-07-31 21:26:12 +0000 |
commit | 870198432fa37dc8eef9f96aecf9f9d02db34805 (patch) | |
tree | 75976e795512a65283ba62279ad4fd55bce203b8 | |
parent | 9568aaec87b8853ae7c3bfa059cc7cb8bf30799f (diff) | |
download | pkgsrc-870198432fa37dc8eef9f96aecf9f9d02db34805.tar.gz |
Conflict with libXrandr (currently in pkgsrc-wip).
This version of Xrandr is not supported and I have been using
the maintained version since last year on several pkgsrc build
systems. But I will not switch to new version until okayed by others.
-rw-r--r-- | x11/Xrandr-mixedcase/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/Xrandr-mixedcase/Makefile b/x11/Xrandr-mixedcase/Makefile index d629fdfc254..f7e93e8e3b8 100644 --- a/x11/Xrandr-mixedcase/Makefile +++ b/x11/Xrandr-mixedcase/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2006/04/18 19:23:47 reed Exp $ +# $NetBSD: Makefile,v 1.21 2006/07/31 21:26:12 reed Exp $ # DISTNAME= libXrandr-1.0.2 @@ -12,6 +12,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://xlibs.freedesktop.org/ COMMENT= X RandR extension (Library) +CONFLICTS+= libXrandr-[0-9]* + PKG_INSTALLATION_TYPES= overwrite pkgviews USE_TOOLS+= pkg-config |