diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2019-06-01 07:39:39 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2019-06-01 07:39:39 +0000 |
commit | 1d92e913229b99f54055a35b5a9673652a35e9e8 (patch) | |
tree | 591bbf198da22f99569b89713183b85ab7022bf5 /print/harfbuzz/Makefile | |
parent | d95791b0f182648ba194827588ae9e0d7d361d4f (diff) | |
download | ports-1d92e913229b99f54055a35b5a9673652a35e9e8.tar.gz ports-1d92e913229b99f54055a35b5a9673652a35e9e8.zip |
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 59b1e0ad4467..c13aaf96005d 100644 --- a/print/harfbuzz/Makefile +++ b/print/harfbuzz/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= harfbuzz -PORTVERSION= 2.5.0 +PORTVERSION= 2.5.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.20500.0 +PLIST_SUB+= LIBVER=0.20501.0 HARFBUZZ_SLAVE?= no |