summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortaca <taca>2004-05-07 07:11:42 +0000
committertaca <taca>2004-05-07 07:11:42 +0000
commit94f52e234ff291a6bd6805e56a55f9b910813279 (patch)
tree6836e10d635ef8a4abdfe7fdc5ebede2a879fdd5
parent511eb1d8fbdf5d83e9f45b577efd4f27d1492445 (diff)
downloadpkgsrc-94f52e234ff291a6bd6805e56a55f9b910813279.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.)
-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"