diff options
author | reed <reed@pkgsrc.org> | 2006-04-18 19:46:17 +0000 |
---|---|---|
committer | reed <reed@pkgsrc.org> | 2006-04-18 19:46:17 +0000 |
commit | c802cd9ac52d10ac7e2ea0737ba2921cde44cb48 (patch) | |
tree | ef83a4c89f04aab7c336ec1aaa6cf96785fbf62a /x11/Xfixes | |
parent | f44ca4e24614430309af7874b6ddeb4156949a5c (diff) | |
download | pkgsrc-c802cd9ac52d10ac7e2ea0737ba2921cde44cb48.tar.gz |
Bump PKGREVISION.
This formerly used fixesext and/or compositeext which was
accidently as run-time dependency.
The package now uses fixesproto and/or compositeproto which
is a build-only dependency.
Diffstat (limited to 'x11/Xfixes')
-rw-r--r-- | x11/Xfixes/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/Xfixes/Makefile b/x11/Xfixes/Makefile index 6d67dc47eec..330138c3f07 100644 --- a/x11/Xfixes/Makefile +++ b/x11/Xfixes/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.19 2006/04/18 19:23:46 reed Exp $ +# $NetBSD: Makefile,v 1.20 2006/04/18 19:46:17 reed Exp $ # DISTNAME= libXfixes-2.0.1 PKGNAME= ${DISTNAME:S/libX/X/} -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= x11 devel MASTER_SITES= http://xlibs.freedesktop.org/release/ EXTRACT_SUFX= .tar.bz2 |