diff options
author | taca <taca@pkgsrc.org> | 2004-05-07 07:11:42 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2004-05-07 07:11:42 +0000 |
commit | cfa2ecd7561d4e4af6f4e214fe1f395819e630d5 (patch) | |
tree | 6836e10d635ef8a4abdfe7fdc5ebede2a879fdd5 | |
parent | 77e2cb29de6a3bedb5ec2404566f62d0df07a912 (diff) | |
download | pkgsrc-cfa2ecd7561d4e4af6f4e214fe1f395819e630d5.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/Makefile | 3 |
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" |