diff options
author | anray <anray@FreeBSD.org> | 2006-02-03 01:18:11 +0800 |
---|---|---|
committer | anray <anray@FreeBSD.org> | 2006-02-03 01:18:11 +0800 |
commit | bbcbf26cbeb1be5e876470cdb84d6bdd8f2fd73e (patch) | |
tree | 43b99871f4359e65d44675db0d73811898b89327 /editors | |
parent | 01cad64fa8843231a1f9209b6eb0f90ee5d99d00 (diff) | |
download | freebsd-ports-gnome-bbcbf26cbeb1be5e876470cdb84d6bdd8f2fd73e.tar.gz freebsd-ports-gnome-bbcbf26cbeb1be5e876470cdb84d6bdd8f2fd73e.tar.zst freebsd-ports-gnome-bbcbf26cbeb1be5e876470cdb84d6bdd8f2fd73e.zip |
Fix build zh-xemacs-mule port.
Reported by: pointyhat(kris)
Diffstat (limited to 'editors')
-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 \ |