diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2017-12-19 04:20:41 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2017-12-19 04:20:41 +0000 |
commit | bcbf20bd234d00bfa9b8595492b30dd75fb08f38 (patch) | |
tree | 4fe075c50cc6bf4bf2e65826a3cc61ab69fa42f5 /print/harfbuzz/Makefile | |
parent | c2145dc9fbb71e515541db5bf7a3cb92cd9362d3 (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 5608db909c65..b571e766bd16 100644 --- a/print/harfbuzz/Makefile +++ b/print/harfbuzz/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= harfbuzz -PORTVERSION= 1.7.2 +PORTVERSION= 1.7.3 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.10702.0 +PLIST_SUB+= LIBVER=0.10703.0 HARFBUZZ_SLAVE?= no |