aboutsummaryrefslogtreecommitdiffstats
path: root/print/harfbuzz/Makefile
diff options
context:
space:
mode:
authorkwm <kwm@FreeBSD.org>2017-03-08 23:30:44 +0800
committerkwm <kwm@FreeBSD.org>2017-03-08 23:30:44 +0800
commit2eec9ca4f5422b23ed48f3f2287c1bc70fa271d9 (patch)
tree55f2aad3190b3686db94af3c321014135f31812e /print/harfbuzz/Makefile
parent026ce9b0313d0da6ea278d6c104a0e4e60db4a4a (diff)
downloadfreebsd-ports-gnome-2eec9ca4f5422b23ed48f3f2287c1bc70fa271d9.tar.gz
freebsd-ports-gnome-2eec9ca4f5422b23ed48f3f2287c1bc70fa271d9.tar.zst
freebsd-ports-gnome-2eec9ca4f5422b23ed48f3f2287c1bc70fa271d9.zip
Update harfbuzz to 1.4.3.
Record indirect gettext-runtime dependancy.
Diffstat (limited to 'print/harfbuzz/Makefile')
-rw-r--r--print/harfbuzz/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/print/harfbuzz/Makefile b/print/harfbuzz/Makefile
index fb0fac1e09fa..e265c9e1430a 100644
--- a/print/harfbuzz/Makefile
+++ b/print/harfbuzz/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= harfbuzz
-PORTVERSION= 1.4.2
+PORTVERSION= 1.4.3
CATEGORIES= print
MASTER_SITES= http://www.freedesktop.org/software/harfbuzz/release/
@@ -14,13 +14,14 @@ LIB_DEPENDS= libfreetype.so:print/freetype2 \
libgraphite2.so:graphics/graphite2
USE_LDCONFIG= yes
-USES= compiler:c++0x gmake libtool pathfix pkgconfig tar:bzip2
+USES= compiler:c++0x gettext-runtime gmake gnome libtool \
+ pathfix pkgconfig tar:bzip2
USE_GNOME= cairo glib20 introspection:build
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-graphite2 --with-gobject=yes
INSTALL_TARGET= install-strip
TEST_TARGET= check
-PLIST_SUB+= LIBVER=0.10400.2
+PLIST_SUB+= LIBVER=0.10400.3
.include <bsd.port.mk>