diff options
author | reed <reed@pkgsrc.org> | 2006-07-31 21:39:56 +0000 |
---|---|---|
committer | reed <reed@pkgsrc.org> | 2006-07-31 21:39:56 +0000 |
commit | 8c8825d3c881ac80c2bcfdaf19dc8cdb7b34736b (patch) | |
tree | 9db1b8d28e89aa45e3899e7b4225e0366e17b78a /fonts/Xft2 | |
parent | 536e0b8fea0d17b5e4d66bb63488cd7e556704f8 (diff) | |
download | pkgsrc-8c8825d3c881ac80c2bcfdaf19dc8cdb7b34736b.tar.gz |
Conflict with libXft (currently in pkgsrc-wip).
This version of Xft2 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 'fonts/Xft2')
-rw-r--r-- | fonts/Xft2/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/fonts/Xft2/Makefile b/fonts/Xft2/Makefile index 2a91e9f0257..4c0bdeabdf4 100644 --- a/fonts/Xft2/Makefile +++ b/fonts/Xft2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.46 2006/04/06 06:21:59 reed Exp $ +# $NetBSD: Makefile,v 1.47 2006/07/31 21:39:56 reed Exp $ DISTNAME= libXft-2.1.7 PKGNAME= Xft2-2.1.7 @@ -11,6 +11,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://fontconfig.org/ COMMENT= Library for configuring and customizing font access +CONFLICTS+= libXft-[0-9]* + PKG_INSTALLATION_TYPES= overwrite pkgviews GNU_CONFIGURE= YES |