diff options
author | marino <marino@FreeBSD.org> | 2016-09-11 10:05:24 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2016-09-11 10:05:24 +0800 |
commit | 69fb1a8dd5f553b96c0e190393065b140ea4dc6d (patch) | |
tree | 39009cbf31e62d876c4a3940f55a182879b51766 /security | |
parent | 674c2ca44818d9333a3cbab398c90f21b131af65 (diff) | |
download | freebsd-ports-gnome-69fb1a8dd5f553b96c0e190393065b140ea4dc6d.tar.gz freebsd-ports-gnome-69fb1a8dd5f553b96c0e190393065b140ea4dc6d.tar.zst freebsd-ports-gnome-69fb1a8dd5f553b96c0e190393065b140ea4dc6d.zip |
security/kc: Document SSL requirement
Approved by: SSL blanket
Diffstat (limited to 'security')
-rw-r--r-- | security/kc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/kc/Makefile b/security/kc/Makefile index c6fa79d6d63a..2fed9ac47704 100644 --- a/security/kc/Makefile +++ b/security/kc/Makefile @@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libxml2.so:textproc/libxml2 \ libpcre.so:devel/pcre -USES= libedit pkgconfig uidfix +USES= libedit pkgconfig ssl uidfix USE_GITHUB= yes GH_ACCOUNT= levaidaniel |