diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-07-01 14:21:47 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-07-01 14:21:47 +0000 |
commit | bcdec1a9e5d3001f595949ef3cacb8516ceded87 (patch) | |
tree | f9916040954e97ff42d0b3555a4813ee8a5abe77 /dns/curvedns | |
parent | 21e68952ac58572151f07c07764eeff1db936d24 (diff) |
Use modern LIB_DEPENDS
With hat: portmgr
Notes
Notes:
svn path=/head/; revision=360016
Diffstat (limited to 'dns/curvedns')
-rw-r--r-- | dns/curvedns/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dns/curvedns/Makefile b/dns/curvedns/Makefile index 3d6ce43f7d8a..a98e4273e923 100644 --- a/dns/curvedns/Makefile +++ b/dns/curvedns/Makefile @@ -11,7 +11,7 @@ DISTNAME= curvedns-0.88-unstable MAINTAINER= freebsd@dns-lab.com COMMENT= Forwarder adding DNSCurve to an authoritative nameserver -LIB_DEPENDS= ev.4:${PORTSDIR}/devel/libev +LIB_DEPENDS= libev.so:${PORTSDIR}/devel/libev RUN_DEPENDS= setuidgid:${PORTSDIR}/sysutils/daemontools BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash |