diff options
author | minskim <minskim@pkgsrc.org> | 2004-02-24 22:10:39 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-02-24 22:10:39 +0000 |
commit | 226f9504570fc7124badbf037eb64baa4e63df8b (patch) | |
tree | a43d73cca34f660e4ddfffee06150bcb4d61afc5 /devel/nbitools | |
parent | 44ead4147c48c14e4cf8d44b23ae4d395fa5304f (diff) | |
download | pkgsrc-226f9504570fc7124badbf037eb64baa4e63df8b.tar.gz |
Include buildlink2.mk to make .tmpl files available to itools/xmkmf.
This will fix build problems of inputmethods/sj3-*. Noted by Ishihara
on tech-pkg-ja@jp.NetBSD.org.
Diffstat (limited to 'devel/nbitools')
-rw-r--r-- | devel/nbitools/nbitools.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/nbitools/nbitools.mk b/devel/nbitools/nbitools.mk index e3201c30a1e..b138a9b9f90 100644 --- a/devel/nbitools/nbitools.mk +++ b/devel/nbitools/nbitools.mk @@ -1,9 +1,9 @@ -# $NetBSD: nbitools.mk,v 1.1.1.1 2002/06/03 09:53:46 sakamoto Exp $ +# $NetBSD: nbitools.mk,v 1.2 2004/02/24 22:10:39 minskim Exp $ .if !defined(NBITOOLS_MK) NBITOOLS_MK= # defined -BUILD_DEPENDS+= nbitools>=6.3:../../devel/nbitools -EVAL_PREFIX+= NBITOOLSDIR=nbitools XMKMF_CMD= ${NBITOOLSDIR}/libexec/itools/xmkmf +.include "../../devel/nbitools/buildlink2.mk" + .endif # NBITOOLS_MK |