summaryrefslogtreecommitdiff
path: root/dns/curvedns
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@FreeBSD.org>2014-08-27 12:37:51 +0000
committerVsevolod Stakhov <vsevolod@FreeBSD.org>2014-08-27 12:37:51 +0000
commite1ee92c89c685802bb370a15182e682486850e3f (patch)
treeaf7aa2611a594d4c264d018e45ffd486b6eb55ff /dns/curvedns
parent- Update libsodium to 0.7.0 (diff)
Update to fit the recent libsodium.
Notes
Notes: svn path=/head/; revision=366317
Diffstat (limited to 'dns/curvedns')
-rw-r--r--dns/curvedns/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/dns/curvedns/Makefile b/dns/curvedns/Makefile
index 4902c1d93230..eacdaef970c0 100644
--- a/dns/curvedns/Makefile
+++ b/dns/curvedns/Makefile
@@ -3,7 +3,7 @@
PORTNAME= curvedns
PORTVERSION= 0.88.b
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= dns
DISTNAME= curvedns-0.88-unstable
@@ -11,8 +11,7 @@ MAINTAINER= vsevolod@FreeBSD.org
COMMENT= Forwarder adding DNSCurve to an authoritative nameserver
LIB_DEPENDS= libev.so:${PORTSDIR}/devel/libev \
- libsodium.so:${PORTSDIR}/security/libsodium \
- libexecinfo.so:${PORTSDIR}/devel/libexecinfo
+ libsodium.so:${PORTSDIR}/security/libsodium
RUN_DEPENDS= setuidgid:${PORTSDIR}/sysutils/daemontools
BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash