diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2019-09-10 19:14:04 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2019-09-10 19:14:04 +0000 |
commit | f66fef9f0d92ae0eb60b9e94b89dc60a535d9b49 (patch) | |
tree | f12b474143e7d72f345cdea5824bf5741e3b93c6 /lib/libXfont2 | |
parent | 2a0841ecb307b1a6c325b2ae9f952d25b6e3f246 (diff) |
Update to freetype 2.10.1. Tested by semarie@ and naddy@
Diffstat (limited to 'lib/libXfont2')
-rw-r--r-- | lib/libXfont2/Makefile.bsd-wrapper | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libXfont2/Makefile.bsd-wrapper b/lib/libXfont2/Makefile.bsd-wrapper index 49da76712..5cb258d39 100644 --- a/lib/libXfont2/Makefile.bsd-wrapper +++ b/lib/libXfont2/Makefile.bsd-wrapper @@ -1,7 +1,7 @@ -# $OpenBSD: Makefile.bsd-wrapper,v 1.3 2019/06/19 19:26:36 matthieu Exp $ +# $OpenBSD: Makefile.bsd-wrapper,v 1.4 2019/09/10 19:13:54 matthieu Exp $ .include <bsd.xconf.mk> -SHARED_LIBS= Xfont2 1.0 +SHARED_LIBS= Xfont2 2.0 CONFIGURE_ARGS+= --disable-fc --with-xmlto=no --disable-devel-docs |