pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/inputmethod/canna This package uses the imake/xmkmf to...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/594c15f28278
branches:  trunk
changeset: 493981:594c15f28278
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Tue May 17 22:20:15 2005 +0000

description:
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:

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

diffs (17 lines):

diff -r 701218d20c84 -r 594c15f28278 inputmethod/canna/Makefile.common
--- a/inputmethod/canna/Makefile.common Tue May 17 22:15:54 2005 +0000
+++ b/inputmethod/canna/Makefile.common Tue May 17 22:20:15 2005 +0000
@@ -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 @@
 .include "../canna/Makefile.version"
 
 USE_TOOLS+=    imake
+USE_X11BASE=   yes
 CANNA_SPOOL=   ${DESTDIR}/var/spool/canna
 CANNA_MODE=    0755
 



Home | Main Index | Thread Index | Old Index