diff options
author | reed <reed@pkgsrc.org> | 2006-03-31 23:29:28 +0000 |
---|---|---|
committer | reed <reed@pkgsrc.org> | 2006-03-31 23:29:28 +0000 |
commit | 71dd31416219194c598e49711259729650b8769e (patch) | |
tree | a1cbc474e11c6a175e34431cf35bca7551d6bdc5 /x11 | |
parent | 3416edd2f0816619bac5a55bb13650905ad7a4b0 (diff) | |
download | pkgsrc-71dd31416219194c598e49711259729650b8769e.tar.gz |
Conflict with fixesproto.
Bump PKGREVISION.
(This is not maintained. The official version of same headers
is fixesproto to be committed soon.)
Diffstat (limited to 'x11')
-rw-r--r-- | x11/fixesext/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/x11/fixesext/Makefile b/x11/fixesext/Makefile index 98028ebea46..864ea404a5c 100644 --- a/x11/fixesext/Makefile +++ b/x11/fixesext/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.15 2006/03/04 21:31:08 jlam Exp $ +# $NetBSD: Makefile,v 1.16 2006/03/31 23:29:28 reed Exp $ # DISTNAME= fixesext-2.0.1 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= x11 devel MASTER_SITES= http://xlibs.freedesktop.org/release/ EXTRACT_SUFX= .tar.bz2 @@ -11,6 +11,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.freedesktop.org/Software/FixesExt COMMENT= X Fixes extension headers and specification +CONFLICTS+= fixesproto-[0-9]* + PKG_INSTALLATION_TYPES= overwrite pkgviews USE_TOOLS+= pkg-config |