diff options
author | marino <marino@FreeBSD.org> | 2013-09-12 17:07:08 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2013-09-12 17:07:08 +0800 |
commit | ff4651fb24b6821b6a53c34080c4cb66b28daf77 (patch) | |
tree | 990f81a5062a4fb04a2b93c0299d1f1000001542 /chinese/fcitx-ui-light | |
parent | dc71fd31985f44cee21d7cf2e3e1a54ecfb3527a (diff) | |
download | freebsd-ports-gnome-ff4651fb24b6821b6a53c34080c4cb66b28daf77.tar.gz freebsd-ports-gnome-ff4651fb24b6821b6a53c34080c4cb66b28daf77.tar.zst freebsd-ports-gnome-ff4651fb24b6821b6a53c34080c4cb66b28daf77.zip |
Add explicit dependency on pkgconf (18 ports)
Approved by: portmgr (bapt, implicit)
Diffstat (limited to 'chinese/fcitx-ui-light')
-rw-r--r-- | chinese/fcitx-ui-light/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/chinese/fcitx-ui-light/Makefile b/chinese/fcitx-ui-light/Makefile index f9bd5fd86a4e..ed9b8202e0b8 100644 --- a/chinese/fcitx-ui-light/Makefile +++ b/chinese/fcitx-ui-light/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: fcitx-ui-light -# Date created: 09 Nov 2011 -# Whom: Zhihao Yuan <lichray@gmail.com> -# +# Created by: Zhihao Yuan <lichray@gmail.com> # $FreeBSD$ -# PORTNAME= fcitx-ui-light PORTVERSION= 0.1.3 @@ -20,7 +16,7 @@ LIB_DEPENDS= fcitx-config.4:${PORTSDIR}/chinese/fcitx \ USE_BZIP2= yes USE_XORG= x11 xft xpm -USES= cmake gettext +USES= cmake gettext pkgconfig USE_GNOME= intltool PROJECTHOST= fcitx |