diff options
author | jlam <jlam> | 2005-05-16 18:25:37 +0000 |
---|---|---|
committer | jlam <jlam> | 2005-05-16 18:25:37 +0000 |
commit | 5130c1850571cc7b9c4a53565a757a2c0ef8a0d5 (patch) | |
tree | e1fa4ec675ace9bdd874ab66eb966e0477a61926 /inputmethod | |
parent | 15c55cafd029b4dbfaf764c85f1c2c298d46167a (diff) | |
download | pkgsrc-5130c1850571cc7b9c4a53565a757a2c0ef8a0d5.tar.gz |
The canna packages use imake/xmkmf as part of the configure process.
Diffstat (limited to 'inputmethod')
-rw-r--r-- | inputmethod/canna/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/inputmethod/canna/Makefile.common b/inputmethod/canna/Makefile.common index ee84c45a325..64a2b14e6bf 100644 --- a/inputmethod/canna/Makefile.common +++ b/inputmethod/canna/Makefile.common @@ -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 @@ FILESDIR= ${.CURDIR}/../canna/files 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 |