pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/hunspell



Module Name:    pkgsrc
Committed By:   tnn
Date:           Sun Aug 14 20:44:00 UTC 2022

Modified Files:
        pkgsrc/textproc/hunspell: buildlink3.mk

Log Message:
hunspell: propagate iconv and intl dependencies in bl3.mk


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/textproc/hunspell/buildlink3.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/textproc/hunspell/buildlink3.mk
diff -u pkgsrc/textproc/hunspell/buildlink3.mk:1.7 pkgsrc/textproc/hunspell/buildlink3.mk:1.8
--- pkgsrc/textproc/hunspell/buildlink3.mk:1.7  Tue Jun 28 11:36:10 2022
+++ pkgsrc/textproc/hunspell/buildlink3.mk      Sun Aug 14 20:44:00 2022
@@ -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 @@ HUNSPELL_BUILDLINK3_MK:=
 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