diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2015-06-12 16:14:54 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2015-06-12 16:14:54 +0000 |
commit | 98cdddb183af480479a2e44fab921b5d00f1f83d (patch) | |
tree | 0bb443f7e1edd8b47b67dbe13eac10697b842cd8 /dns | |
parent | d8a0424e79986707976eb26e5c1a2262d543700c (diff) | |
download | ports-98cdddb183af480479a2e44fab921b5d00f1f83d.tar.gz ports-98cdddb183af480479a2e44fab921b5d00f1f83d.zip |
Notes
Diffstat (limited to 'dns')
-rw-r--r-- | dns/powerdns/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dns/powerdns/Makefile b/dns/powerdns/Makefile index 0529dfd97ebd..e2b2b86ad1cf 100644 --- a/dns/powerdns/Makefile +++ b/dns/powerdns/Makefile @@ -2,6 +2,7 @@ PORTNAME= powerdns PORTVERSION= 3.4.4 +PORTREVISION= 1 CATEGORIES= dns ipv6 MASTER_SITES= http://downloads.powerdns.com/releases/ DISTNAME= pdns-${PORTVERSION} @@ -160,7 +161,7 @@ MODULES+= opendbx .if ${PORT_OPTIONS:MPOLARSSL} CONFIGURE_ARGS+= --without-system-polarssl .else -LIB_DEPENDS+= libpolarssl.so.8:${PORTSDIR}/security/polarssl13 +LIB_DEPENDS+= libmbedtls.so.9:${PORTSDIR}/security/polarssl13 .endif post-install: |