diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2017-02-20 02:57:04 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2017-02-20 02:57:04 +0000 |
commit | a9425224f10817058f5b991255cf3a7c71c0b356 (patch) | |
tree | a7fed64054defb433132b1227a0e77028e02fb2f /dns/nsd/Makefile | |
parent | 0035e437637bd3cb16ac0a9e3a90ab639ace3666 (diff) | |
download | ports-a9425224f10817058f5b991255cf3a7c71c0b356.tar.gz ports-a9425224f10817058f5b991255cf3a7c71c0b356.zip |
Notes
Diffstat (limited to 'dns/nsd/Makefile')
-rw-r--r-- | dns/nsd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dns/nsd/Makefile b/dns/nsd/Makefile index aa3891fbd684..bca2e19fb2a7 100644 --- a/dns/nsd/Makefile +++ b/dns/nsd/Makefile @@ -3,7 +3,7 @@ PORTNAME= nsd PORTVERSION= 4.1.14 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= dns ipv6 MASTER_SITES= http://www.nlnetlabs.nl/downloads/nsd/ \ ftp://ftp.rhnet.is/pub/nsd/ @@ -70,7 +70,7 @@ ZONE_STATS_DESC= Separate statistics for each zone MUNIN_PLUGIN_DESC= Install Munin plugin (requires BIND8_STATS) RADIXTREE_DESC= Enabled: more (15%) memory use but less CPU cycles -LIB_DEPENDS+= libevent.so:devel/libevent2 +LIB_DEPENDS+= libevent.so:devel/libevent ROOT_SERVER_CONFIGURE_ENABLE= root-server LARGEFILE_CONFIGURE_ENABLE= largefile |