diff options
author | Vsevolod Stakhov <vsevolod@FreeBSD.org> | 2014-08-27 12:37:51 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@FreeBSD.org> | 2014-08-27 12:37:51 +0000 |
commit | e1ee92c89c685802bb370a15182e682486850e3f (patch) | |
tree | af7aa2611a594d4c264d018e45ffd486b6eb55ff | |
parent | 87334a65e4bb18d7876ae10313d6cf1125c1acdc (diff) | |
download | ports-e1ee92c89c685802bb370a15182e682486850e3f.tar.gz ports-e1ee92c89c685802bb370a15182e682486850e3f.zip |
Notes
-rw-r--r-- | dns/curvedns/Makefile | 5 |
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 |