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/getdns/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/getdns/Makefile')
-rw-r--r-- | dns/getdns/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dns/getdns/Makefile b/dns/getdns/Makefile index d55975416280..63b496333fe2 100644 --- a/dns/getdns/Makefile +++ b/dns/getdns/Makefile @@ -3,6 +3,7 @@ PORTNAME= getdns PORTVERSION= 0.1.3 +PORTREVISION= 1 CATEGORIES= dns ipv6 MASTER_SITES= http://getdnsapi.net/dist/ \ http://mirrors.rit.edu/zi/ @@ -11,6 +12,7 @@ MAINTAINER= zi@FreeBSD.org COMMENT= Modern asynchronous DNS API LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libexpat.so:${PORTSDIR}/textproc/expat2 \ libidn.so:${PORTSDIR}/dns/libidn \ |