diff options
Diffstat (limited to 'dns/nsd/Makefile')
-rw-r--r-- | dns/nsd/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/dns/nsd/Makefile b/dns/nsd/Makefile index e0cc3ee36c99..7eb74401f950 100644 --- a/dns/nsd/Makefile +++ b/dns/nsd/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= nsd -PORTVERSION= 4.1.7 +PORTVERSION= 4.1.8 CATEGORIES= dns ipv6 MASTER_SITES= http://www.nlnetlabs.nl/downloads/nsd/ \ ftp://ftp.rhnet.is/pub/nsd/ @@ -33,6 +33,7 @@ CONFIGURE_ARGS= --with-libevent=${LOCALBASE} \ --with-configdir=${ETCDIR} \ --localstatedir=${NSDLSDIR} \ --with-dbfile=${NSDDBDIR}/nsd.db \ + --with-ssl=${OPENSSLBASE} \ --with-pidfile=${NSDRUNDIR}/nsd.pid PLIST_SUB= NSDUSER=${NSDUSER} \ @@ -55,6 +56,8 @@ OPTIONS_DEFINE= ROOT_SERVER LARGEFILE IPV6 BIND8_STATS CHECKING \ OPTIONS_DEFAULT= LARGEFILE IPV6 NSEC3 MINRESPSIZE RRL OPTIONS_SUB= yes +MUNIN_PLUGIN_IMPLIES= BIND8_STATS + ROOT_SERVER_DESC= Configure as a root server LARGEFILE_DESC= Largefile support BIND8_STATS_DESC= BIND8-like NSTATS & XSTATS |