diff options
author | David Coppa <dcoppa@cvs.openbsd.org> | 2015-06-28 08:27:52 +0000 |
---|---|---|
committer | David Coppa <dcoppa@cvs.openbsd.org> | 2015-06-28 08:27:52 +0000 |
commit | e0fd59ca6cf28bcab5be3ec5cc7f6271e55d65d1 (patch) | |
tree | 52a4c494992eb8258a597df66dc5f821bd97980d /lib/freetype/include/Makefile | |
parent | aa13366596e3c4d4bf43d828a06776f17ff2e2a7 (diff) |
Update to FreeType 2.6
OK matthieu@
Diffstat (limited to 'lib/freetype/include/Makefile')
-rw-r--r-- | lib/freetype/include/Makefile | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/lib/freetype/include/Makefile b/lib/freetype/include/Makefile index ea88029dc..1b14acb8f 100644 --- a/lib/freetype/include/Makefile +++ b/lib/freetype/include/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.4 2014/01/12 15:08:26 matthieu Exp $ +# $OpenBSD: Makefile,v 1.5 2015/06/28 08:27:46 dcoppa Exp $ .include <bsd.xorg.mk> @@ -9,12 +9,12 @@ SUBDIR= config INCSDIR=${X11BASE}/include/freetype2 INCS= freetype.h ftadvanc.h ftbbox.h ftbdf.h ftbitmap.h ftbzip2.h \ - ftcache.h ftchapters.h ftcffdrv.h ftcid.h fterrdef.h fterrors.h \ - ftgasp.h ftglyph.h ftgxval.h ftgzip.h ftimage.h ftincrem.h \ - ftlcdfil.h ftlist.h ftlzw.h ftmac.h ftmm.h ftmodapi.h ftmoderr.h \ - ftoutln.h ftotval.h ftpfr.h ftrender.h ftsizes.h ftsnames.h \ - ftstroke.h ftsynth.h ftsystem.h fttrigon.h fttypes.h ftwinfnt.h \ - ftxf86.h t1tables.h ttnameid.h tttables.h tttags.h ttunpat.h + ftcache.h ftcffdrv.h ftchapters.h ftcid.h fterrdef.h fterrors.h \ + ftfntfmt.h ftgasp.h ftglyph.h ftgxval.h ftgzip.h ftimage.h \ + ftincrem.h ftlcdfil.h ftlist.h ftlzw.h ftmac.h ftmm.h ftmodapi.h \ + ftmoderr.h ftotval.h ftoutln.h ftpfr.h ftrender.h ftsizes.h \ + ftsnames.h ftstroke.h ftsynth.h ftsystem.h fttrigon.h fttypes.h \ + ftwinfnt.h t1tables.h ttnameid.h tttables.h tttags.h ttunpat.h .include "Makefile.inc" .include <bsd.subdir.mk> |