pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/inputmethod/canna The canna packages use imake/xmkmf a...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5b0c68677365
branches:  trunk
changeset: 493927:5b0c68677365
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Mon May 16 18:25:37 2005 +0000

description:
The canna packages use imake/xmkmf as part of the configure process.

diffstat:

 inputmethod/canna/Makefile.common |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (20 lines):

diff -r ec5dc5619c9c -r 5b0c68677365 inputmethod/canna/Makefile.common
--- a/inputmethod/canna/Makefile.common Mon May 16 18:22:57 2005 +0000
+++ b/inputmethod/canna/Makefile.common Mon May 16 18:25:37 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.10 2005/04/11 21:46:11 tv Exp $
+# $NetBSD: Makefile.common,v 1.11 2005/05/16 18:25:37 jlam Exp $
 #
 # Canna common makefile.
 #
@@ -16,9 +16,9 @@
 DISTINFO_FILE= ${.CURDIR}/../canna/distinfo
 PATCHDIR=      ${.CURDIR}/../canna/patches
 
-
 .include "../canna/Makefile.version"
 
+USE_TOOLS+=    imake
 CANNA_SPOOL=   ${DESTDIR}/var/spool/canna
 CANNA_MODE=    0755
 



Home | Main Index | Thread Index | Old Index