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 | 536e0b8fea0d17b5e4d66bb63488cd7e556704f8 (patch) | |
tree | 621d18285cedea02c5123b9640c223e8993ddbee /x11 | |
parent | e1ad5d86e34306b84c1b29b638c2353c184c5d34 (diff) | |
download | pkgsrc-536e0b8fea0d17b5e4d66bb63488cd7e556704f8.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 |