diff options
author | reed <reed> | 2006-07-31 21:29:16 +0000 |
---|---|---|
committer | reed <reed> | 2006-07-31 21:29:16 +0000 |
commit | bba1a3000baff8a31a80270460a66f9452a05c82 (patch) | |
tree | 621d18285cedea02c5123b9640c223e8993ddbee | |
parent | 2c9e6359b92d20ec4b8974909239da1e08dda4af (diff) | |
download | pkgsrc-bba1a3000baff8a31a80270460a66f9452a05c82.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.
-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 |