aboutsummaryrefslogtreecommitdiffstats
path: root/japanese
diff options
context:
space:
mode:
authortaoka <taoka@FreeBSD.org>2000-09-18 00:02:26 +0800
committertaoka <taoka@FreeBSD.org>2000-09-18 00:02:26 +0800
commit8891750c263acfcf1ea96cd4a297a85bb6052459 (patch)
treec16aa6e39005eed9c57416b7b840959dfa142e5a /japanese
parent582c69adf409772539a94d603ffeafd97e4347f2 (diff)
downloadfreebsd-ports-gnome-8891750c263acfcf1ea96cd4a297a85bb6052459.tar.gz
freebsd-ports-gnome-8891750c263acfcf1ea96cd4a297a85bb6052459.tar.zst
freebsd-ports-gnome-8891750c263acfcf1ea96cd4a297a85bb6052459.zip
Modified for changing from ${LOCALBASE}/include/wnn to
${LOCALBASE}/include/wnn6/wnn. Approved by: maintainer <shige@FreeBSD.org>
Diffstat (limited to 'japanese')
-rw-r--r--japanese/emacs20-dl-wnn6/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/japanese/emacs20-dl-wnn6/Makefile b/japanese/emacs20-dl-wnn6/Makefile
index e8e7ff07ad76..b6350bda41aa 100644
--- a/japanese/emacs20-dl-wnn6/Makefile
+++ b/japanese/emacs20-dl-wnn6/Makefile
@@ -22,7 +22,7 @@ RUN_DEPENDS= emacs-dl-${EMACS_VER}:${EMACSDL_DIR}
USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-wnn6 \
- --with-wnn-includes=${PREFIX}/include/wnn \
+ --with-wnn-includes=${PREFIX}/include/wnn6/wnn \
--with-wnn-libraries=${PREFIX}/lib \
--with-emacs-src=${EMACSDL_SRCDIR}
CONFIGURE_ENV= EMACS=${PREFIX}/bin/emacs-dl-${EMACS_VER}