diff options
Diffstat (limited to 'textproc/fcitx-m17n/Makefile')
-rw-r--r-- | textproc/fcitx-m17n/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/fcitx-m17n/Makefile b/textproc/fcitx-m17n/Makefile index c547e1b040e7..9b17da4f5d15 100644 --- a/textproc/fcitx-m17n/Makefile +++ b/textproc/fcitx-m17n/Makefile @@ -11,8 +11,8 @@ DIST_SUBDIR= fcitx MAINTAINER= lichray@gmail.com COMMENT= Multilingualization support for Fcitx -LIB_DEPENDS= fcitx-config:${PORTSDIR}/chinese/fcitx \ - m17n:${PORTSDIR}/devel/m17n-lib +LIB_DEPENDS= libfcitx-config.so:${PORTSDIR}/chinese/fcitx \ + libm17n.so:${PORTSDIR}/devel/m17n-lib USE_XZ= yes USES= cmake gettext pkgconfig |