pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/inputmethod/canna



Module Name:    pkgsrc
Committed By:   jlam
Date:           Tue Aug  8 05:47:25 UTC 2017

Modified Files:
        pkgsrc/inputmethod/canna: Makefile.common

Log Message:
The Canna-* packages require the "makedepend" tool to configure.


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 pkgsrc/inputmethod/canna/Makefile.common

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/inputmethod/canna/Makefile.common
diff -u pkgsrc/inputmethod/canna/Makefile.common:1.23 pkgsrc/inputmethod/canna/Makefile.common:1.24
--- pkgsrc/inputmethod/canna/Makefile.common:1.23       Sun Oct 18 03:58:31 2015
+++ pkgsrc/inputmethod/canna/Makefile.common    Tue Aug  8 05:47:25 2017
@@ -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}/../../inputmet
 PATCHDIR=      ${.CURDIR}/../../inputmethod/canna/patches
 
 USE_IMAKE=     yes
+USE_TOOLS+=    makedepend
 CANNA_SPOOL=   ${VARBASE}/spool/canna
 CANNA_MODE=    0755
 



Home | Main Index | Thread Index | Old Index