summaryrefslogtreecommitdiff
path: root/textproc/chasen-base
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2004-05-07 07:11:42 +0000
committertaca <taca@pkgsrc.org>2004-05-07 07:11:42 +0000
commite2f6b00f9f1ecee0ba5023b9b377b9b99f3188ed (patch)
tree6836e10d635ef8a4abdfe7fdc5ebede2a879fdd5 /textproc/chasen-base
parente4028dae8a893ac93a7ebd9d306d8543a664d7a0 (diff)
downloadpkgsrc-e2f6b00f9f1ecee0ba5023b9b377b9b99f3188ed.tar.gz
Include converters/libiconv/buildlink3.mk since now chasen uses libiconv(3).
This should fix PR pkg/25484 by diro at nixsys.bz. (I haven't noticed it, thanks much.)
Diffstat (limited to 'textproc/chasen-base')
-rw-r--r--textproc/chasen-base/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/chasen-base/Makefile b/textproc/chasen-base/Makefile
index e6dcdab9f9c..fce642fd068 100644
--- a/textproc/chasen-base/Makefile
+++ b/textproc/chasen-base/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2004/05/06 17:34:59 kristerw Exp $
+# $NetBSD: Makefile,v 1.8 2004/05/07 07:11:42 taca Exp $
#
DISTNAME= chasen-${CHASEN_VERSION}
@@ -26,5 +26,6 @@ OWN_DIRS= ${CHASEN_DICDIR}
LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
.include "../chasen/Makefile.common"
+.include "../../converters/libiconv/buildlink3.mk"
.include "../../devel/darts/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"