diff options
author | marino <marino@FreeBSD.org> | 2013-09-12 00:45:58 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2013-09-12 00:45:58 +0800 |
commit | 033d92e77ae18eb45aaaa08cf1b4037bb1536ad0 (patch) | |
tree | 07c99aa739c6b74a8b8c37fee0caed1e65bb175c /security/kc | |
parent | 7acdfd231b879eab1e859a7cbbd62e2a1231bc05 (diff) | |
download | freebsd-ports-gnome-033d92e77ae18eb45aaaa08cf1b4037bb1536ad0.tar.gz freebsd-ports-gnome-033d92e77ae18eb45aaaa08cf1b4037bb1536ad0.tar.zst freebsd-ports-gnome-033d92e77ae18eb45aaaa08cf1b4037bb1536ad0.zip |
Add explicit dependency on pkgconf (18 ports)
Diffstat (limited to 'security/kc')
-rw-r--r-- | security/kc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/kc/Makefile b/security/kc/Makefile index 36209fcd12b0..385a2abee643 100644 --- a/security/kc/Makefile +++ b/security/kc/Makefile @@ -11,6 +11,7 @@ COMMENT= Console based password storing application LICENSE= BSD +USES= pkgconfig LIB_DEPENDS= xml2:${PORTSDIR}/textproc/libxml2 \ pcre:${PORTSDIR}/devel/pcre RUN_DEPENDS= p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser |