summaryrefslogtreecommitdiff
path: root/fonts/harfbuzz/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'fonts/harfbuzz/Makefile')
-rw-r--r--fonts/harfbuzz/Makefile12
1 files changed, 7 insertions, 5 deletions
diff --git a/fonts/harfbuzz/Makefile b/fonts/harfbuzz/Makefile
index 296fd429f0c..9934ca3bcdb 100644
--- a/fonts/harfbuzz/Makefile
+++ b/fonts/harfbuzz/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.17 2013/06/04 22:16:03 tron Exp $
+# $NetBSD: Makefile,v 1.18 2013/07/07 10:19:03 wiz Exp $
-DISTNAME= harfbuzz-0.9.17
-PKGREVISION= 2
+DISTNAME= harfbuzz-0.9.18
CATEGORIES= fonts
MASTER_SITES= http://www.freedesktop.org/software/harfbuzz/release/
EXTRACT_SUFX= .tar.bz2
@@ -18,7 +17,9 @@ USE_LIBTOOL= yes
USE_TOOLS+= gmake pkg-config
GNU_CONFIGURE= yes
PKGCONFIG_OVERRIDE= harfbuzz.pc.in
-CONFIGURE_ENV+= ICU_CONFIG=no
+
+CONFIGURE_ARGS+= --with-cairo=no
+CONFIGURE_ARGS+= --with-icu=no
LDFLAGS.OpenBSD+= -lz
@@ -31,7 +32,8 @@ BUILDLINK_TRANSFORM+= rm:-fvisibility-inlines-hidden
.include "../../devel/glib2/buildlink3.mk"
.include "../../devel/zlib/buildlink3.mk"
-#cairo is only needed for some cmd line utility
+#cairo is only needed for the hb-view command line utility
+#BUILDLINK_API_DEPENDS.cairo+= cairo>=1.8.0
#.include "../../graphics/cairo/buildlink3.mk"
.include "../../graphics/freetype2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"