diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2006-11-05 10:27:25 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2006-11-05 10:27:25 +0000 |
commit | 73482bce1509ed3ebc0e5c7dadf725e34eb2d843 (patch) | |
tree | f4324b9bf74467466f7c56115122faf8fbf2d199 /editors | |
parent | 328678ec4fd184aedcd2ac60bf47cb7cf1674b67 (diff) | |
download | ports-73482bce1509ed3ebc0e5c7dadf725e34eb2d843.tar.gz ports-73482bce1509ed3ebc0e5c7dadf725e34eb2d843.zip |
Notes
Diffstat (limited to 'editors')
-rw-r--r-- | editors/xemacs21-mule/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |