diff options
author | marino <marino@FreeBSD.org> | 2013-09-12 16:41:52 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2013-09-12 16:41:52 +0800 |
commit | 1c5b21a08051ee2e2cf6e123c33b8f3b01b684e3 (patch) | |
tree | 31b199459d3b19a782a3899ddf47e20ba006233d /korean/fcitx-hangul | |
parent | b8779b1ae14ef1f0169102dc4f6aad17b691035b (diff) | |
download | freebsd-ports-gnome-1c5b21a08051ee2e2cf6e123c33b8f3b01b684e3.tar.gz freebsd-ports-gnome-1c5b21a08051ee2e2cf6e123c33b8f3b01b684e3.tar.zst freebsd-ports-gnome-1c5b21a08051ee2e2cf6e123c33b8f3b01b684e3.zip |
Add explicit dependency on pkgconf (20 ports)
Approved by: portmgr (bapt, implicit)
Diffstat (limited to 'korean/fcitx-hangul')
-rw-r--r-- | korean/fcitx-hangul/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/korean/fcitx-hangul/Makefile b/korean/fcitx-hangul/Makefile index 9d7c4f9556ec..f92756c4b1f3 100644 --- a/korean/fcitx-hangul/Makefile +++ b/korean/fcitx-hangul/Makefile @@ -17,7 +17,7 @@ LIB_DEPENDS= fcitx-config:${PORTSDIR}/chinese/fcitx \ hangul:${PORTSDIR}/korean/libhangul USE_XZ= yes -USES= cmake gettext +USES= cmake gettext pkgconfig USE_GNOME= intltool INSTALLS_ICONS= yes |