diff options
author | John Marino <marino@FreeBSD.org> | 2014-08-21 23:07:32 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2014-08-21 23:07:32 +0000 |
commit | fce4d1978a9a435928988e16055324e776b21a0e (patch) | |
tree | ca7d451bf2765f28ce1323e6fdc2af3141f7bc7a | |
parent | d2df789228f9e7d9f6d175bc6a86f5dec75f8721 (diff) | |
download | ports-fce4d1978a9a435928988e16055324e776b21a0e.tar.gz ports-fce4d1978a9a435928988e16055324e776b21a0e.zip |
Notes
-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> |