diff options
author | marino <marino@FreeBSD.org> | 2014-08-22 07:07:32 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2014-08-22 07:07:32 +0800 |
commit | 6af07a38ece0abb899c34e4f0109edddd306b426 (patch) | |
tree | ca7d451bf2765f28ce1323e6fdc2af3141f7bc7a /chinese | |
parent | 502eac3640504081f2a18eccf59fc92b61252e44 (diff) | |
download | freebsd-ports-gnome-6af07a38ece0abb899c34e4f0109edddd306b426.tar.gz freebsd-ports-gnome-6af07a38ece0abb899c34e4f0109edddd306b426.tar.zst freebsd-ports-gnome-6af07a38ece0abb899c34e4f0109edddd306b426.zip |
Stage chinese/fcitx-sunpinyin
PR: 192894
Submitted by: Henry Hu
Diffstat (limited to 'chinese')
-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> |