diff options
author | tron <tron@pkgsrc.org> | 2006-06-01 22:44:08 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2006-06-01 22:44:08 +0000 |
commit | 30c19f2c06f5372dbac3ec5c6912e459333d59ba (patch) | |
tree | bf5ac0c584670ddabdd2ff22cd0742a6e5b9e838 /x11/xorg-libs/Makefile | |
parent | f4e81751bcd231b9537828ac816f15d019bab793 (diff) | |
download | pkgsrc-30c19f2c06f5372dbac3ec5c6912e459333d59ba.tar.gz |
Apply patch from bug #6918 in the "freedesktop.org" Bugzilla database
to make this package build with version 2.2.1 or newer of the "freetype2"
package. Bump package revision.
This should fix PR pkg/33606 by Mathieu.
Diffstat (limited to 'x11/xorg-libs/Makefile')
-rw-r--r-- | x11/xorg-libs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/xorg-libs/Makefile b/x11/xorg-libs/Makefile index a3cec3ee08d..865bc1e0ad0 100644 --- a/x11/xorg-libs/Makefile +++ b/x11/xorg-libs/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.34 2006/04/22 09:22:17 rillig Exp $ +# $NetBSD: Makefile,v 1.35 2006/06/01 22:44:08 tron Exp $ DISTNAME= ${DISTFILES} PKGNAME= xorg-libs-${XORG_VER} -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_XORG} DISTFILES= X11R${XORG_VER}-src1.tar.gz X11R${XORG_VER}-src2.tar.gz \ |