diff options
author | Andrey Slusar <anray@FreeBSD.org> | 2006-02-02 17:18:11 +0000 |
---|---|---|
committer | Andrey Slusar <anray@FreeBSD.org> | 2006-02-02 17:18:11 +0000 |
commit | ace79d2e905e372a4dae264bd6edce6ba70ac1bb (patch) | |
tree | 762ea0fa438038f1d8baad0d776a52f71e7d4f97 /editors/xemacs21-mule/Makefile | |
parent | 28f9dc291236ced6dd21ca80dd5b629f35d68c60 (diff) | |
download | ports-ace79d2e905e372a4dae264bd6edce6ba70ac1bb.tar.gz ports-ace79d2e905e372a4dae264bd6edce6ba70ac1bb.zip |
Fix build zh-xemacs-mule port.
Reported by: pointyhat(kris)
Notes
Notes:
svn path=/head/; revision=155092
Diffstat (limited to 'editors/xemacs21-mule/Makefile')
-rw-r--r-- | editors/xemacs21-mule/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/editors/xemacs21-mule/Makefile b/editors/xemacs21-mule/Makefile index 77957248a11e..749c8a500949 100644 --- a/editors/xemacs21-mule/Makefile +++ b/editors/xemacs21-mule/Makefile @@ -145,6 +145,9 @@ CONFIGURE_ARGS+=--with-athena=xaw .endif BINNAMEEXT= -mule +.if defined(WITH_XCIN25) +LIB_DEPENDS+= xcin2.5:${PORTSDIR}/chinese/xcin25 +.endif .if defined(CANNA) && defined(FREEWNN) CONFIGURE_ARGS+= --with-canna --with-wnn --with-wnn6=no LIB_DEPENDS+= canna.1:${PORTSDIR}/japanese/Canna \ |