diff options
author | Satoshi Taoka <taoka@FreeBSD.org> | 2000-09-17 16:02:26 +0000 |
---|---|---|
committer | Satoshi Taoka <taoka@FreeBSD.org> | 2000-09-17 16:02:26 +0000 |
commit | 1c402fd92ca0f57b99d58b60f4b0261a75e81fb2 (patch) | |
tree | 97aa79fcc10e6ac9ce58084c363866d8258da03a /japanese | |
parent | 586953d81831e221398844ef0809e25f0a1e96f5 (diff) | |
download | ports-1c402fd92ca0f57b99d58b60f4b0261a75e81fb2.tar.gz ports-1c402fd92ca0f57b99d58b60f4b0261a75e81fb2.zip |
Notes
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/emacs20-dl-wnn6/Makefile | 2 |
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} |