diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2011-11-13 22:34:38 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2011-11-13 22:34:38 +0000 |
commit | 61661ad6aba72ce83b4a563a877d5207c4c59f66 (patch) | |
tree | 36a653d9a4f985c5f9c848bf41cfb8317523412d | |
parent | 004c6e0af7a462f2eaf37ed480ed6f8ceb34ae89 (diff) |
Update for freetype 2.4.7.
-rw-r--r-- | lib/freetype/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/freetype/Makefile b/lib/freetype/Makefile index 7c2cc4fdb..5f8d61cb3 100644 --- a/lib/freetype/Makefile +++ b/lib/freetype/Makefile @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile,v 1.21 2011/09/28 19:01:21 matthieu Exp $ +# $OpenBSD: Makefile,v 1.22 2011/11/13 22:34:37 matthieu Exp $ FREETYPESRC= ${.CURDIR}/src -FT_VERSION_INFO= 13.1.7 # Get it from builds/unix/configure.ac +FT_VERSION_INFO= 13.2.7 # Get it from builds/unix/configure.ac .ifmake includes SUBDIR= include |