aboutsummaryrefslogtreecommitdiff
path: root/security/ike
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-09-02 13:58:26 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-09-02 13:58:26 +0000
commit8e86ad9b034c98f71e633699b946fbb2cc3d35b4 (patch)
tree01c46efeb5ebb9d0e7fe21c9f8a90216f8f4d487 /security/ike
parentb80486c48110b1af96e29d792a029a9c65dcd4f1 (diff)
downloadports-8e86ad9b034c98f71e633699b946fbb2cc3d35b4.tar.gz
ports-8e86ad9b034c98f71e633699b946fbb2cc3d35b4.zip
- Switch to USES=libedit as suggested by stage-qa
Approved by: portmgr blanket
Notes
Notes: svn path=/head/; revision=395841
Diffstat (limited to 'security/ike')
-rw-r--r--security/ike/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/ike/Makefile b/security/ike/Makefile
index 931503176a16..6c1fb9bcf21d 100644
--- a/security/ike/Makefile
+++ b/security/ike/Makefile
@@ -3,7 +3,7 @@
PORTNAME= ike
PORTVERSION= 2.2.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= security net
MASTER_SITES= https://www.shrew.net/download/ike/
DISTNAME= ${PORTNAME}-${PORTVERSION}-release
@@ -15,7 +15,7 @@ COMMENT= Shrew Soft IKE daemon and client tools
ONLY_FOR_ARCHS= i386 amd64
USE_RC_SUBR= iked
-USES= bison cmake tar:bzip2
+USES= bison cmake libedit tar:bzip2
USE_OPENSSL= yes
USE_LDCONFIG= yes
WRKSRC= ${WRKDIR}/${PORTNAME}