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 | |
parent | ebccca70eb1fee0dba8c1cfe1ed98f75110f4f04 (diff) | |
download | pkgsrc-2b4114e17b3e2085f994724859d36b47087e531f.tar.gz |
Add libXft.so, noted missing by HIRATSUKA Kouichirou in PR 20182. PKGREVISION++
-rw-r--r-- | fonts/Xft2/Makefile | 4 | ||||
-rw-r--r-- | fonts/Xft2/PLIST | 3 |
2 files changed, 4 insertions, 3 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/ diff --git a/fonts/Xft2/PLIST b/fonts/Xft2/PLIST index aa58a9c644b..ba5e46cc2a2 100644 --- a/fonts/Xft2/PLIST +++ b/fonts/Xft2/PLIST @@ -1,7 +1,8 @@ -@comment $NetBSD: PLIST,v 1.2 2003/01/09 09:04:40 jmmv Exp $ +@comment $NetBSD: PLIST,v 1.3 2003/02/03 17:41:08 wiz Exp $ bin/xft-config include/X11/Xft/Xft.h include/X11/Xft/XftCompat.h +lib/libXft.so lib/libXft.so.2 lib/libXft.so.2.0 lib/pkgconfig/xft.pc |