diff options
author | reed <reed@pkgsrc.org> | 2006-07-31 21:29:16 +0000 |
---|---|---|
committer | reed <reed@pkgsrc.org> | 2006-07-31 21:29:16 +0000 |
commit | 5d375c98c7a5dd356efdf6ed6509c2503b52cec7 (patch) | |
tree | 621d18285cedea02c5123b9640c223e8993ddbee /x11 | |
parent | 8ce7852628f6b4f50e0b8458b4011228883f0772 (diff) | |
download | pkgsrc-5d375c98c7a5dd356efdf6ed6509c2503b52cec7.tar.gz |
Conflict with libXfixes (currently in pkgsrc-wip).
This version of Xfixes 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.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/Xfixes/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/Xfixes/Makefile b/x11/Xfixes/Makefile index 79963451b87..d298feeaef0 100644 --- a/x11/Xfixes/Makefile +++ b/x11/Xfixes/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2006/07/09 20:46:07 tonio Exp $ +# $NetBSD: Makefile,v 1.22 2006/07/31 21:29:16 reed Exp $ # DISTNAME= libXfixes-2.0.1 @@ -12,6 +12,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://freedesktop.org/ COMMENT= X Fixes extension of X RandR +CONFLICTS+= libXfixes-[0-9]* + PKG_INSTALLATION_TYPES= overwrite pkgviews USE_TOOLS+= pkg-config |