aboutsummaryrefslogtreecommitdiff
path: root/dns/unbound
diff options
context:
space:
mode:
authorMarcus Alves Grando <mnag@FreeBSD.org>2008-08-19 16:40:17 +0000
committerMarcus Alves Grando <mnag@FreeBSD.org>2008-08-19 16:40:17 +0000
commit907d5d1a391cea7dc4510deb3ead17400d689462 (patch)
tree6c30422131f6d4a1c3573653ef9e29e93cb33606 /dns/unbound
parent305a8cb2963ec2ad26a740802b442eeef4913b5c (diff)
downloadports-907d5d1a391cea7dc4510deb3ead17400d689462.tar.gz
ports-907d5d1a391cea7dc4510deb3ead17400d689462.zip
Notes
Diffstat (limited to 'dns/unbound')
-rw-r--r--dns/unbound/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/dns/unbound/Makefile b/dns/unbound/Makefile
index 50964822a8ff..1fbddfb8095d 100644
--- a/dns/unbound/Makefile
+++ b/dns/unbound/Makefile
@@ -40,7 +40,7 @@ OPTIONS= LIBEVENT "is useful when using many (10000) outgoing ports" off \
.include <bsd.port.pre.mk>
.if defined(WITH_LIBEVENT)
-LIB_DEPENDS+= event:${PORTSDIR}/devel/libevent
+LIB_DEPENDS+= event-1.4:${PORTSDIR}/devel/libevent
CONFIGURE_ARGS+= --with-libevent=${LOCALBASE}
.else
CONFIGURE_ARGS+= --with-libevent=no