diff options
-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 |