summaryrefslogtreecommitdiff
path: root/editors/nvi-m17n
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2002-04-14 15:13:59 +0000
committerjlam <jlam@pkgsrc.org>2002-04-14 15:13:59 +0000
commit67fb22d6c15ec6b012f85d5c9a17c9e3bd814e57 (patch)
tree550bedec3f397938af4383c9306a72b2a5da2394 /editors/nvi-m17n
parentd2c7252ebf221142efaee5e9d1d5e01e25253774 (diff)
downloadpkgsrc-67fb22d6c15ec6b012f85d5c9a17c9e3bd814e57.tar.gz
Find the canna-lib libraries and headers in ${X11PREFIX} instead of
${LOCALBASE}. Also define USE_X11 if we use canna-lib as the latter implies the former.
Diffstat (limited to 'editors/nvi-m17n')
-rw-r--r--editors/nvi-m17n/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/editors/nvi-m17n/Makefile b/editors/nvi-m17n/Makefile
index f26817762db..82b99fc141e 100644
--- a/editors/nvi-m17n/Makefile
+++ b/editors/nvi-m17n/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2002/04/05 23:44:41 wiz Exp $
+# $NetBSD: Makefile,v 1.16 2002/04/14 15:13:59 jlam Exp $
# FreeBSD Id: Makefile,v 1.11 1999/04/17 10:51:03 itojun Exp
DISTNAME= nvi-1.79
@@ -28,7 +28,8 @@ PATCH_FUZZ_FACTOR= -F1
.if !defined(USE_CANNA) || ${USE_CANNA} == YES
DEPENDS+= Canna-lib>=3.5.2:../../japanese/canna-lib
-CONFIGURE_ARGS+=--enable-canna=${LOCALBASE}
+USE_X11= YES
+CONFIGURE_ARGS+=--enable-canna=${X11PREFIX}
CANNA_OPT.euc-jp=canna cannactrl cannakey=
CANNA_OPT.sjis=${CANNA_OPT.euc-jp}
CANNA_OPT.iso-2022-jp=${CANNA_OPT.euc-jp}