diff options
author | antoine <antoine@FreeBSD.org> | 2015-03-31 16:51:30 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2015-03-31 16:51:30 +0800 |
commit | 4d714ad97da64e405589c6403019c0d5aa9b0a11 (patch) | |
tree | c28b66f2630e9fda52d0ec93dac97a557ad944e9 /chinese | |
parent | 011b25ecfebcab0e911d19714f760159304db4fe (diff) | |
download | freebsd-ports-graphics-4d714ad97da64e405589c6403019c0d5aa9b0a11.tar.gz freebsd-ports-graphics-4d714ad97da64e405589c6403019c0d5aa9b0a11.tar.zst freebsd-ports-graphics-4d714ad97da64e405589c6403019c0d5aa9b0a11.zip |
Add a missing build dependency
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/fcitx-rime/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chinese/fcitx-rime/Makefile b/chinese/fcitx-rime/Makefile index 4dac0230eee..a882c1a0deb 100644 --- a/chinese/fcitx-rime/Makefile +++ b/chinese/fcitx-rime/Makefile @@ -16,7 +16,7 @@ LIB_DEPENDS= libfcitx-config.so:${PORTSDIR}/chinese/fcitx \ librime.so:${PORTSDIR}/chinese/librime RUN_DEPENDS= ${LOCALBASE}/share/brise/default.yaml:${PORTSDIR}/chinese/brise -USES= tar:xz cmake gettext +USES= tar:xz cmake gettext pkgconfig INSTALLS_ICONS= yes CMAKE_ARGS+= -DBRISE_DIR=${LOCALBASE}/share/brise |