diff options
author | John Marino <marino@FreeBSD.org> | 2013-09-12 17:07:08 +0800 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2013-09-12 17:07:08 +0800 |
commit | a862a2b7dc5f06a98c31fd14c2ab2c94240b1393 (patch) | |
tree | 990f81a5062a4fb04a2b93c0299d1f1000001542 /chinese/fcitx-googlepinyin | |
parent | 9a772c7e98078465885efe54143ec8d97fec4fe7 (diff) | |
download | freebsd-ports-gnome-a862a2b7dc5f06a98c31fd14c2ab2c94240b1393.tar.gz freebsd-ports-gnome-a862a2b7dc5f06a98c31fd14c2ab2c94240b1393.tar.zst freebsd-ports-gnome-a862a2b7dc5f06a98c31fd14c2ab2c94240b1393.zip |
Add explicit dependency on pkgconf (18 ports)
Approved by: portmgr (bapt, implicit)
Diffstat (limited to 'chinese/fcitx-googlepinyin')
-rw-r--r-- | chinese/fcitx-googlepinyin/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chinese/fcitx-googlepinyin/Makefile b/chinese/fcitx-googlepinyin/Makefile index f4f07a9aaf52..a78da0826f7a 100644 --- a/chinese/fcitx-googlepinyin/Makefile +++ b/chinese/fcitx-googlepinyin/Makefile @@ -14,7 +14,7 @@ LIB_DEPENDS= fcitx-config:${PORTSDIR}/chinese/fcitx \ googlepinyin:${PORTSDIR}/chinese/libgooglepinyin USE_XZ= yes -USES= cmake gettext +USES= cmake gettext pkgconfig USE_GNOME= intltool PROJECTHOST= fcitx |