pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/fonts/harfbuzz FIx buildlink3.mk to remove graphite2 s...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5b882381bb0a
branches:  trunk
changeset: 358415:5b882381bb0a
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Sun Feb 12 06:27:04 2017 +0000

description:
FIx buildlink3.mk to remove graphite2 support

diffstat:

 fonts/harfbuzz/buildlink3.mk |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (23 lines):

diff -r 1415e3c697fb -r 5b882381bb0a fonts/harfbuzz/buildlink3.mk
--- a/fonts/harfbuzz/buildlink3.mk      Sun Feb 12 06:24:36 2017 +0000
+++ b/fonts/harfbuzz/buildlink3.mk      Sun Feb 12 06:27:04 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.7 2017/02/06 12:45:09 wiz Exp $
+# $NetBSD: buildlink3.mk,v 1.8 2017/02/12 06:27:04 ryoon Exp $
 
 BUILDLINK_TREE+=       harfbuzz
 
@@ -6,12 +6,11 @@
 HARFBUZZ_BUILDLINK3_MK:=
 
 BUILDLINK_API_DEPENDS.harfbuzz+=       harfbuzz>=0.9.4
-BUILDLINK_ABI_DEPENDS.harfbuzz+=       harfbuzz>=1.4.2
+BUILDLINK_ABI_DEPENDS.harfbuzz+=       harfbuzz>=1.4.2nb1
 BUILDLINK_PKGSRCDIR.harfbuzz?=         ../../fonts/harfbuzz
 
 .include "../../devel/glib2/buildlink3.mk"
 .include "../../graphics/freetype2/buildlink3.mk"
-.include "../../graphics/graphite2/buildlink3.mk"
 .endif # HARFBUZZ_BUILDLINK3_MK
 
 BUILDLINK_TREE+=       -harfbuzz



Home | Main Index | Thread Index | Old Index