diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-08-22 17:06:34 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-08-22 17:06:34 +0800 |
commit | 94f2258693d28c3003509df6b6c8e81ad461d716 (patch) | |
tree | 95090855a81b6af8241e02f49856f4711b8925e9 /dns/unbound/Makefile | |
parent | 22d3a73020654d3f76c11f37effe2b9050e8da97 (diff) | |
download | freebsd-ports-gnome-94f2258693d28c3003509df6b6c8e81ad461d716.tar.gz freebsd-ports-gnome-94f2258693d28c3003509df6b6c8e81ad461d716.tar.zst freebsd-ports-gnome-94f2258693d28c3003509df6b6c8e81ad461d716.zip |
- Switch dns/unbound to USES=libtool, drop .la files
- Bump dependent ports as .so version has changed
- While here, add LICENSE_FILE to dns/getdns
Approved by: portmgr blanket
Diffstat (limited to 'dns/unbound/Makefile')
-rw-r--r-- | dns/unbound/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dns/unbound/Makefile b/dns/unbound/Makefile index 7878bc94188a..0e0a7e807cbd 100644 --- a/dns/unbound/Makefile +++ b/dns/unbound/Makefile @@ -3,7 +3,7 @@ PORTNAME= unbound PORTVERSION= 1.4.22 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= dns MASTER_SITES= http://unbound.net/downloads/ @@ -13,7 +13,7 @@ COMMENT= Validating, recursive, and caching DNS resolver LICENSE= BSD4CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -USES+= gmake +USES+= gmake libtool USE_OPENSSL= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+=--with-ssl=${OPENSSLBASE} --with-libexpat=${LOCALBASE} @@ -43,7 +43,7 @@ MUNIN_DESC= Install Munin plugin LIB_DEPENDS+= libexpat.so:${PORTSDIR}/textproc/expat2 \ libldns.so:${PORTSDIR}/dns/ldns -STRIP_FILES= .libs/libunbound.so.4 unbound-checkconf unbound \ +STRIP_FILES= .libs/libunbound.so unbound-checkconf unbound \ unbound-control .libs/unbound-host .libs/unbound-anchor .if ${PORT_OPTIONS:MPYTHON} |