diff options
Diffstat (limited to 'chinese/fcitx-sunpinyin')
-rw-r--r-- | chinese/fcitx-sunpinyin/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/chinese/fcitx-sunpinyin/Makefile b/chinese/fcitx-sunpinyin/Makefile index fd7517c3cb6f..c539e6e77117 100644 --- a/chinese/fcitx-sunpinyin/Makefile +++ b/chinese/fcitx-sunpinyin/Makefile @@ -12,7 +12,7 @@ COMMENT= SunPinyin support for Fcitx LIB_DEPENDS= libfcitx-config.so:${PORTSDIR}/chinese/fcitx BUILD_DEPENDS= zh-sunpinyin>=2.0.4.r2:${PORTSDIR}/chinese/sunpinyin -RUN_DEPENDS:= ${BUILD_DEPENDS} +RUN_DEPENDS= zh-sunpinyin>=2.0.4.r2:${PORTSDIR}/chinese/sunpinyin USES= cmake gettext pkgconfig tar:xz USE_GNOME= intltool @@ -20,8 +20,4 @@ INSTALLS_ICONS= yes PROJECTHOST= fcitx -NO_STAGE= yes -post-install: - @${CAT} ${PKGMESSAGE} - .include <bsd.port.mk> |