diff options
author | jlam <jlam@pkgsrc.org> | 2005-05-16 18:25:37 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2005-05-16 18:25:37 +0000 |
commit | b23cc6b431146c2f2d1b38402c3c7302de59c2db (patch) | |
tree | e1fa4ec675ace9bdd874ab66eb966e0477a61926 /inputmethod/canna | |
parent | 2aee708a3f3885abbb1749ea4bebb9114ebf8aae (diff) | |
download | pkgsrc-b23cc6b431146c2f2d1b38402c3c7302de59c2db.tar.gz |
The canna packages use imake/xmkmf as part of the configure process.
Diffstat (limited to 'inputmethod/canna')
-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 |