diff options
-rw-r--r-- | chinese/emacs20/Makefile | 2 | ||||
-rw-r--r-- | editors/xemacs21-mule/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/chinese/emacs20/Makefile b/chinese/emacs20/Makefile index c6e8e379bbbb..bb464a68cb24 100644 --- a/chinese/emacs20/Makefile +++ b/chinese/emacs20/Makefile @@ -14,7 +14,7 @@ MAINTAINER= clive@FreeBSD.org .if !defined(WITHOUT_X11) RUN_DEPENDS+= ${X11BASE}/lib/X11/fonts/local/kc15f.pcf.gz:${PORTSDIR}/chinese/kcfonts \ - xcin2.5:${PORTSDIR}/chinese/xcin25 + xcin2.5:${PORTSDIR}/chinese/xcin .endif WITH_XPG4= yes diff --git a/editors/xemacs21-mule/Makefile b/editors/xemacs21-mule/Makefile index 34e80c8f2a63..02b4f0a3d013 100644 --- a/editors/xemacs21-mule/Makefile +++ b/editors/xemacs21-mule/Makefile @@ -147,7 +147,7 @@ CONFIGURE_ARGS+=--with-athena=xaw BINNAMEEXT= -mule .if defined(WITH_XCIN25) -RUN_DEPENDS+= ${X11BASE}/bin/xcin2.5:${PORTSDIR}/chinese/xcin25 +RUN_DEPENDS+= ${X11BASE}/bin/xcin2.5:${PORTSDIR}/chinese/xcin .endif .if defined(CANNA) && defined(FREEWNN) CONFIGURE_ARGS+= --with-canna --with-wnn --with-wnn6=no |