summaryrefslogtreecommitdiff
path: root/dns/getdns/Makefile
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2017-02-20 02:57:04 +0000
committerJan Beich <jbeich@FreeBSD.org>2017-02-20 02:57:04 +0000
commita9425224f10817058f5b991255cf3a7c71c0b356 (patch)
treea7fed64054defb433132b1227a0e77028e02fb2f /dns/getdns/Makefile
parent- Update to 0.8.4 (diff)
devel/libevent2: drop historical suffix after r362796
PR: 216777 Approved by: mm (maintainer)
Notes
Notes: svn path=/head/; revision=434427
Diffstat (limited to 'dns/getdns/Makefile')
-rw-r--r--dns/getdns/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/dns/getdns/Makefile b/dns/getdns/Makefile
index 3d0352b1c4bd..b1cb7d906fb8 100644
--- a/dns/getdns/Makefile
+++ b/dns/getdns/Makefile
@@ -3,7 +3,7 @@
PORTNAME= getdns
PORTVERSION= 1.0.0
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= dns ipv6
MASTER_SITES= https://getdnsapi.net/dist/ \
https://mirrors.rit.edu/zi/ \
@@ -44,7 +44,7 @@ LIBEV_LIB_DEPENDS= libev.so:devel/libev
LIBEV_CONFIGURE_WITH= libev
LIBUV_LIB_DEPENDS= libuv.so:devel/libuv
LIBUV_CONFIGURE_WITH= libuv
-LIBEVENT_LIB_DEPENDS= libevent.so:devel/libevent2
+LIBEVENT_LIB_DEPENDS= libevent.so:devel/libevent
LIBEVENT_CONFIGURE_WITH=libevent
DIAGS_VARS= PLIST_FILES+=bin/${PORTNAME}_query
DIAGS_LIB_DEPENDS= libcheck.so:devel/check