diff options
author | wiz <wiz@pkgsrc.org> | 2003-02-03 17:41:08 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2003-02-03 17:41:08 +0000 |
commit | 2b4114e17b3e2085f994724859d36b47087e531f (patch) | |
tree | 742442408f5af65d083b6469177b7ede1db6fe50 /fonts/Xft2/Makefile | |
parent | ebccca70eb1fee0dba8c1cfe1ed98f75110f4f04 (diff) | |
download | pkgsrc-2b4114e17b3e2085f994724859d36b47087e531f.tar.gz |
Add libXft.so, noted missing by HIRATSUKA Kouichirou in PR 20182. PKGREVISION++
Diffstat (limited to 'fonts/Xft2/Makefile')
-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 d180ef7bf93..bd37ae1084e 100644 --- a/fonts/Xft2/Makefile +++ b/fonts/Xft2/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.4 2003/01/14 09:20:20 jlam Exp $ +# $NetBSD: Makefile,v 1.5 2003/02/03 17:41:08 wiz Exp $ # DISTNAME= fcpackage.2_1 PKGNAME= Xft2-2.1 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= fonts x11 MASTER_SITES= http://fontconfig.org/release/ |