diff options
author | jlam <jlam@pkgsrc.org> | 2017-08-08 05:47:25 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2017-08-08 05:47:25 +0000 |
commit | 4bc3e7bec2a530e3ea00491112713066c0cb1650 (patch) | |
tree | 2fd405320b151136215a90f11f97641c23347587 /inputmethod | |
parent | d5ae4c5bce3652b87aa4c282cf49e8d772dcac9c (diff) | |
download | pkgsrc-4bc3e7bec2a530e3ea00491112713066c0cb1650.tar.gz |
The Canna-* packages require the "makedepend" tool to configure.
Diffstat (limited to 'inputmethod')
-rw-r--r-- | inputmethod/canna/Makefile.common | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/inputmethod/canna/Makefile.common b/inputmethod/canna/Makefile.common index 6066666c837..6d637404d60 100644 --- a/inputmethod/canna/Makefile.common +++ b/inputmethod/canna/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.23 2015/10/18 03:58:31 tsutsui Exp $ +# $NetBSD: Makefile.common,v 1.24 2017/08/08 05:47:25 jlam Exp $ # # Canna common makefile. # @@ -25,6 +25,7 @@ DISTINFO_FILE= ${.CURDIR}/../../inputmethod/canna/distinfo PATCHDIR= ${.CURDIR}/../../inputmethod/canna/patches USE_IMAKE= yes +USE_TOOLS+= makedepend CANNA_SPOOL= ${VARBASE}/spool/canna CANNA_MODE= 0755 |