diff options
author | jlam <jlam@pkgsrc.org> | 2005-05-17 22:22:52 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2005-05-17 22:22:52 +0000 |
commit | 39cbd126b0b4ee981d4c55c9dd4eb0446257b3ea (patch) | |
tree | 9e5d1b75a4aad08a7854363e4c81862254bd6ca4 /inputmethod | |
parent | f793cad898dd180633842520644234fcfbeb8f7b (diff) | |
download | pkgsrc-39cbd126b0b4ee981d4c55c9dd4eb0446257b3ea.tar.gz |
Make USE_TOOLS+=imake imply USE_X11BASE=yes, along with the other
variable definitions that apply when USE_IMAKE is defined.
Diffstat (limited to 'inputmethod')
-rw-r--r-- | inputmethod/canna/Makefile.common | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/inputmethod/canna/Makefile.common b/inputmethod/canna/Makefile.common index 46abb8d18e9..a2e6d93be95 100644 --- a/inputmethod/canna/Makefile.common +++ b/inputmethod/canna/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.12 2005/05/17 22:20:15 jlam Exp $ +# $NetBSD: Makefile.common,v 1.13 2005/05/17 22:22:52 jlam Exp $ # # Canna common makefile. # @@ -19,7 +19,6 @@ PATCHDIR= ${.CURDIR}/../canna/patches .include "../canna/Makefile.version" USE_TOOLS+= imake -USE_X11BASE= yes CANNA_SPOOL= ${DESTDIR}/var/spool/canna CANNA_MODE= 0755 |