pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/hunspell hunspell: propagate iconv and intl d...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/aeea357b3a05
branches:  trunk
changeset: 383198:aeea357b3a05
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Sun Aug 14 20:44:00 2022 +0000

description:
hunspell: propagate iconv and intl dependencies in bl3.mk

diffstat:

 textproc/hunspell/buildlink3.mk |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 6247edd53406 -r aeea357b3a05 textproc/hunspell/buildlink3.mk
--- a/textproc/hunspell/buildlink3.mk   Sun Aug 14 20:22:44 2022 +0000
+++ b/textproc/hunspell/buildlink3.mk   Sun Aug 14 20:44:00 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.7 2022/06/28 11:36:10 wiz Exp $
+# $NetBSD: buildlink3.mk,v 1.8 2022/08/14 20:44:00 tnn Exp $
 
 BUILDLINK_TREE+=       hunspell
 
@@ -8,6 +8,9 @@
 BUILDLINK_API_DEPENDS.hunspell+=       hunspell>=1.2.2
 BUILDLINK_ABI_DEPENDS.hunspell+=       hunspell>=1.7.0nb7
 BUILDLINK_PKGSRCDIR.hunspell?=         ../../textproc/hunspell
+
+.include "../../converters/libiconv/buildlink3.mk"
+.include "../../devel/gettext-lib/buildlink3.mk"
 .endif # HUNSPELL_BUILDLINK3_MK
 
 BUILDLINK_TREE+=       -hunspell



Home | Main Index | Thread Index | Old Index