diff options
author | jlam <jlam@pkgsrc.org> | 2005-05-17 22:20:15 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2005-05-17 22:20:15 +0000 |
commit | f793cad898dd180633842520644234fcfbeb8f7b (patch) | |
tree | ae2fd4f2342b938fa00284b623db1e1e2d970a72 /inputmethod/canna | |
parent | 338921e675f718b705657f6fa82e09c4b7f92fbe (diff) | |
download | pkgsrc-f793cad898dd180633842520644234fcfbeb8f7b.tar.gz |
This package uses the imake/xmkmf tools, so it implies USE_X11BASE.
Add it explicitly here until pkgsrc/mk/* can be modified to infer this
by itself.
Diffstat (limited to 'inputmethod/canna')
-rw-r--r-- | inputmethod/canna/Makefile.common | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/inputmethod/canna/Makefile.common b/inputmethod/canna/Makefile.common index 64a2b14e6bf..46abb8d18e9 100644 --- a/inputmethod/canna/Makefile.common +++ b/inputmethod/canna/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.11 2005/05/16 18:25:37 jlam Exp $ +# $NetBSD: Makefile.common,v 1.12 2005/05/17 22:20:15 jlam Exp $ # # Canna common makefile. # @@ -19,6 +19,7 @@ PATCHDIR= ${.CURDIR}/../canna/patches .include "../canna/Makefile.version" USE_TOOLS+= imake +USE_X11BASE= yes CANNA_SPOOL= ${DESTDIR}/var/spool/canna CANNA_MODE= 0755 |