diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2018-06-13 01:25:50 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2018-06-13 01:25:50 +0000 |
commit | 91a3ce34af0f0b59d3562164729ea43ba174b9b6 (patch) | |
tree | ebaa165f5ae22f1884f7ff9882e22bd6e803beb9 /print/harfbuzz/Makefile | |
parent | 3a7d32c06df90dd38d28faa62aad6c70f0e9e89d (diff) |
Notes
Diffstat (limited to 'print/harfbuzz/Makefile')
-rw-r--r-- | print/harfbuzz/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/harfbuzz/Makefile b/print/harfbuzz/Makefile index 6c253777600d..38e499492766 100644 --- a/print/harfbuzz/Makefile +++ b/print/harfbuzz/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= harfbuzz -PORTVERSION= 1.8.0 +PORTVERSION= 1.8.1 PORTREVISION?= 0 CATEGORIES= print MASTER_SITES= http://www.freedesktop.org/software/harfbuzz/release/ @@ -22,7 +22,7 @@ CONFIGURE_ARGS= --with-graphite2 --with-gobject=yes INSTALL_TARGET= install-strip TEST_TARGET= check -PLIST_SUB+= LIBVER=0.10800.0 +PLIST_SUB+= LIBVER=0.10800.1 HARFBUZZ_SLAVE?= no |