diff options
author | Jing-Tang Keith Jang <keith@FreeBSD.org> | 2001-03-30 17:04:57 +0000 |
---|---|---|
committer | Jing-Tang Keith Jang <keith@FreeBSD.org> | 2001-03-30 17:04:57 +0000 |
commit | 968916bcf4e4233e63b6af4e5d8723428d59c855 (patch) | |
tree | 393c6897d0ab535345f6d1424b4aefe3dc830bdb /chinese/xcin25/Makefile | |
parent | add gman (diff) |
Remove ${X11BASE}/lib/X11/locale/zh_TW.Big5/XLC_LOCALE check in
RUN_DEPENDS. Since we now have the correct patch in all of
x11/{XFree86,XFree86-4,XFree86-4-libraries}, its service is no
longer needed.
Reported by: cheath.bbs@bbs.cs.nthu.edu.tw
Diffstat (limited to '')
-rw-r--r-- | chinese/xcin25/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/chinese/xcin25/Makefile b/chinese/xcin25/Makefile index be0804f1a21a..8fd25e6cd0fd 100644 --- a/chinese/xcin25/Makefile +++ b/chinese/xcin25/Makefile @@ -17,8 +17,7 @@ MAINTAINER= keith@FreeBSD.org LIB_DEPENDS= tabe.0:${PORTSDIR}/chinese/libtabe \ intl.1:${PORTSDIR}/devel/gettext \ db2.0:${PORTSDIR}/databases/db -RUN_DEPENDS= ${X11BASE}/lib/X11/locale/zh_TW.Big5/XLC_LOCALE:${PORTSDIR}/x11/XFree86 \ - ${X11BASE}/lib/X11/fonts/local/kc15f.pcf.gz:${PORTSDIR}/chinese/kcfonts \ +RUN_DEPENDS= ${X11BASE}/lib/X11/fonts/local/kc15f.pcf.gz:${PORTSDIR}/chinese/kcfonts \ ${LOCALBASE}/share/tabe/libtabe-0.1.9:${PORTSDIR}/chinese/libtabe WRKSRC= ${WRKDIR}/xcin |