diff options
author | reed <reed@pkgsrc.org> | 2004-05-27 23:17:43 +0000 |
---|---|---|
committer | reed <reed@pkgsrc.org> | 2004-05-27 23:17:43 +0000 |
commit | 59a1b56c13f87a1513d0321f659247d89f3bfabb (patch) | |
tree | 33d99dee2f61f19c9caba274c2c61f4780c973a7 /fonts/Xft2 | |
parent | 5e280b91313d412a4fde2b7cdad82627d72dfd92 (diff) | |
download | pkgsrc-59a1b56c13f87a1513d0321f659247d89f3bfabb.tar.gz |
Bump PKGREVISION.
pkgsrc/fonts/Xft2/patches was added on April 27 to add #include
<ft2build.h> in Xft.h. This helps newer freetype2-using
files to build.
Diffstat (limited to 'fonts/Xft2')
-rw-r--r-- | fonts/Xft2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fonts/Xft2/Makefile b/fonts/Xft2/Makefile index 252afe1c3d0..bc4a2cb0702 100644 --- a/fonts/Xft2/Makefile +++ b/fonts/Xft2/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.29 2004/04/24 17:39:17 minskim Exp $ +# $NetBSD: Makefile,v 1.30 2004/05/27 23:17:43 reed Exp $ DISTNAME= xft-2.1.2 PKGNAME= Xft2-2.1.2 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= fonts x11 MASTER_SITES= http://x2.freedesktop.org/Software/fontconfig/releases/ |