diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-08-29 00:46:49 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-08-29 00:46:49 +0800 |
commit | 1ba2fdb960de736296a9bbad84ebe77df61a40b4 (patch) | |
tree | 647479c6281946884a631828351f0172e539a44d /security | |
parent | fc63727499e183b0ed09a6bc9e25cb61ffb924a5 (diff) | |
download | freebsd-ports-gnome-1ba2fdb960de736296a9bbad84ebe77df61a40b4.tar.gz freebsd-ports-gnome-1ba2fdb960de736296a9bbad84ebe77df61a40b4.tar.zst freebsd-ports-gnome-1ba2fdb960de736296a9bbad84ebe77df61a40b4.zip |
- Switch to USES=libedit as suggested by stage-qa
- Add LICENSE_FILE
Approved by: portmgr blanket
Diffstat (limited to 'security')
-rw-r--r-- | security/kc/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/security/kc/Makefile b/security/kc/Makefile index 17cb142531d2..ca2f7e69531e 100644 --- a/security/kc/Makefile +++ b/security/kc/Makefile @@ -3,18 +3,19 @@ PORTNAME= kc PORTVERSION= 2.3.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security MAINTAINER= leva@ecentrum.hu COMMENT= Console based password storing application LICENSE= BSD2CLAUSE +LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libxml2.so:${PORTSDIR}/textproc/libxml2 \ libpcre.so:${PORTSDIR}/devel/pcre -USES= pkgconfig uidfix +USES= libedit pkgconfig uidfix USE_GITHUB= yes GH_ACCOUNT= levaidaniel |