diff options
Diffstat (limited to 'japanese/emacs-emcws/Makefile')
-rw-r--r-- | japanese/emacs-emcws/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/japanese/emacs-emcws/Makefile b/japanese/emacs-emcws/Makefile index db2ca49ab024..7854957a8292 100644 --- a/japanese/emacs-emcws/Makefile +++ b/japanese/emacs-emcws/Makefile @@ -76,12 +76,12 @@ LIB_DEPENDS+= wnn.0:${PORTSDIR}/japanese/FreeWnn-lib CONFIGURE_ARGS+= --with-canna \ --with-canna-includes=${LOCALBASE}/include \ --with-canna-libraries=${LOCALBASE}/lib -LIB_DEPENDS+= canna.1:${PORTSDIR}/japanese/Canna +LIB_DEPENDS+= canna.1:${PORTSDIR}/japanese/canna-lib .endif .if (${WITH_SJ3} == "yes" || ${WITH_SJ3} == "YES") CONFIGURE_ARGS+= --with-sj3 -BUILD_DEPENDS+= sj3serv:${PORTSDIR}/japanese/sj3 +BUILD_DEPENDS+= sj3serv:${PORTSDIR}/japanese/sj3-lib .endif DOC_FILE= DOC-EMCWS-${EMACS_VER}.1 |