diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2018-05-26 07:51:01 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2018-05-26 07:51:01 +0000 |
commit | 72e389578a22dc3d7de0df5b056842702af8dd45 (patch) | |
tree | d706a38e7114dedceb8eb70adadba10119e8d566 /lib/libXfont2 | |
parent | 1239a34aea2657041f2e71e2c77f307f9ec522ea (diff) |
Bump majors after libfreetype major bump
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 090367a47..6d802489f 100644 --- a/lib/libXfont2/Makefile.bsd-wrapper +++ b/lib/libXfont2/Makefile.bsd-wrapper @@ -1,7 +1,7 @@ -# $OpenBSD: Makefile.bsd-wrapper,v 1.1 2016/11/02 18:29:23 matthieu Exp $ +# $OpenBSD: Makefile.bsd-wrapper,v 1.2 2018/05/26 07:51:00 matthieu Exp $ .include <bsd.xconf.mk> -SHARED_LIBS= Xfont2 0.0 +SHARED_LIBS= Xfont2 1.0 CONFIGURE_ARGS+= --with-xmlto=no --disable-devel-docs |