diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2018-08-09 07:09:58 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2018-08-09 07:09:58 +0000 |
commit | cf0b3f197388f30a8e17225506c52876f69b4db4 (patch) | |
tree | 8e1446932f6bdb1085ea41da57be33286e8fcca1 /print/harfbuzz/Makefile | |
parent | 0b055d47f28aa0146c1cb2f8e85cd71f127dd553 (diff) | |
download | ports-cf0b3f197388f30a8e17225506c52876f69b4db4.tar.gz ports-cf0b3f197388f30a8e17225506c52876f69b4db4.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 982bd091d1ac..4c1ab01bea50 100644 --- a/print/harfbuzz/Makefile +++ b/print/harfbuzz/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= harfbuzz -PORTVERSION= 1.8.6 +PORTVERSION= 1.8.7 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.6 +PLIST_SUB+= LIBVER=0.10800.7 HARFBUZZ_SLAVE?= no |