diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2011-09-19 21:06:11 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2011-09-19 21:06:11 +0000 |
commit | bf55ad1a477e0ea8b3f34ef130ca7a1b353d7688 (patch) | |
tree | 6653794eec6f1907c2f0c84f9f3d66adf545a107 /dns/curvedns | |
parent | b04cfa0ba62fc8368effefa30592854958bd6f2e (diff) | |
download | ports-bf55ad1a477e0ea8b3f34ef130ca7a1b353d7688.tar.gz ports-bf55ad1a477e0ea8b3f34ef130ca7a1b353d7688.zip |
Notes
Diffstat (limited to 'dns/curvedns')
-rw-r--r-- | dns/curvedns/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dns/curvedns/Makefile b/dns/curvedns/Makefile index df22b564c807..48816af10426 100644 --- a/dns/curvedns/Makefile +++ b/dns/curvedns/Makefile @@ -7,7 +7,7 @@ PORTNAME= curvedns PORTVERSION= 0.88.b -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= dns MASTER_SITES= http://curvedns.on2it.net/releases/ DISTNAME= curvedns-0.88-unstable @@ -15,7 +15,7 @@ DISTNAME= curvedns-0.88-unstable MAINTAINER= freebsd@dns-lab.com COMMENT= A forwarder adding DNSCurve to an authoritive nameserver -LIB_DEPENDS= ev.3:${PORTSDIR}/devel/libev +LIB_DEPENDS= ev.4:${PORTSDIR}/devel/libev RUN_DEPENDS= setuidgid:${PORTSDIR}/sysutils/daemontools BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash |