diff options
author | tnn <tnn> | 2010-01-15 18:41:54 +0000 |
---|---|---|
committer | tnn <tnn> | 2010-01-15 18:41:54 +0000 |
commit | ad988db510f65e98abdca859c4ac56cba3cb710c (patch) | |
tree | 6bbb1297ea2f9ffd0428fea875c78b02fa9eadce /x11/libXft/Makefile | |
parent | fe55184c98037c5a72756d4f5b97f77873cb4a3f (diff) | |
download | pkgsrc-ad988db510f65e98abdca859c4ac56cba3cb710c.tar.gz |
Update to libXft-2.1.14. Changes:
Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS
Set Xft.h version numbers from configure.ac
Split NEWS & README, update both
Add generated Xft.h to .gitignore
libXft 2.1.14
Header cleanup (bug#4703)
Fix install of generated Xft.h when builddir != srcdir
Janitor: Correct make distcheck and sparse warnings.
Added fake bold support (#1579, Novell #38202/223682).
Diffstat (limited to 'x11/libXft/Makefile')
-rw-r--r-- | x11/libXft/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/libXft/Makefile b/x11/libXft/Makefile index dff62704894..43ec4b82984 100644 --- a/x11/libXft/Makefile +++ b/x11/libXft/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.7 2008/07/13 23:41:02 bjs Exp $ +# $NetBSD: Makefile,v 1.8 2010/01/15 18:41:54 tnn Exp $ -DISTNAME= libXft-2.1.13 +DISTNAME= libXft-2.1.14 CATEGORIES= fonts x11 MASTER_SITES= ${MASTER_SITE_XORG:=lib/} EXTRACT_SUFX= .tar.bz2 |