diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2016-10-08 14:09:11 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2016-10-08 14:09:11 +0000 |
commit | 8a5d40a0f485596b010760ab7ed05be5973c1d76 (patch) | |
tree | 58b047ab0d9f61064e7709257af3f30a7b3a6513 | |
parent | 4da22a3129a4af99c0ca7f54d5d43d60c83abc34 (diff) |
Fix package version in fontconfig.pc
-rw-r--r-- | lib/fontconfig/pc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/fontconfig/pc/Makefile b/lib/fontconfig/pc/Makefile index 6b9a464c6..d0d332a04 100644 --- a/lib/fontconfig/pc/Makefile +++ b/lib/fontconfig/pc/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.2 2014/05/18 10:33:05 matthieu Exp $ +# $OpenBSD: Makefile,v 1.3 2016/10/08 14:09:10 matthieu Exp $ FONTCONFIG = ${.CURDIR}/../../../dist/fontconfig PKGCONFIG = fontconfig.pc -PACKAGE_VERSION = 2.11.1 +PACKAGE_VERSION = 2.12.1 PACKAGE = fontconfig VERSION = $(PACKAGE_VERSION) |