diff options
author | Andrey Slusar <anray@FreeBSD.org> | 2006-02-19 23:19:55 +0000 |
---|---|---|
committer | Andrey Slusar <anray@FreeBSD.org> | 2006-02-19 23:19:55 +0000 |
commit | 2042e206581788b8102debc1b364f20efc42ef17 (patch) | |
tree | 02b30617ac73bd08a4d91bb851cfeea2512b07bd /editors/xemacs21-mule | |
parent | a5ac0d507f1f667b1096baeacd8d89266e13827b (diff) |
Fix WITH_XCIN25 depends.
PR: ports/93565
Submitted by: Rong-En Fan <rafan@infor.org>
Notes
Notes:
svn path=/head/; revision=156423
Diffstat (limited to 'editors/xemacs21-mule')
-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 0e1a1f06cf62..9f2181ab9b89 100644 --- a/editors/xemacs21-mule/Makefile +++ b/editors/xemacs21-mule/Makefile @@ -145,7 +145,7 @@ CONFIGURE_ARGS+=--with-athena=xaw BINNAMEEXT= -mule .if defined(WITH_XCIN25) -LIB_DEPENDS+= xcin2.5:${PORTSDIR}/chinese/xcin25 +RUN_DEPENDS+= ${X11BASE}/bin/xcin2.5:${PORTSDIR}/chinese/xcin25 .endif .if defined(CANNA) && defined(FREEWNN) CONFIGURE_ARGS+= --with-canna --with-wnn --with-wnn6=no |