diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-04-18 02:43:51 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-04-18 02:43:51 +0000 |
commit | fa172456e66a60b395d9ae49a9792a099330491d (patch) | |
tree | 7e18b83b2363f44a6d70277160a6f2f33b824594 /dns/dnsmasq | |
parent | eda89437588ac63fd48ce31710952f5ff4a282b6 (diff) |
Notes
Diffstat (limited to 'dns/dnsmasq')
-rw-r--r-- | dns/dnsmasq/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dns/dnsmasq/Makefile b/dns/dnsmasq/Makefile index 34bc5584b4be..267cadbd81d2 100644 --- a/dns/dnsmasq/Makefile +++ b/dns/dnsmasq/Makefile @@ -33,9 +33,10 @@ NLS_DESC= IDN+NLS: Int'l Domain Names & National Language support IDN_DESC= IDN: Int'l Domain Names WITHOUT full NLS LUA_DESC= Support lease-change scripts written in Lua DNSSEC_DESC= Enable DNSSEC caching and validation -USES= shebangfix tar:xz +USES= cpe shebangfix tar:xz SHEBANG_FILES= contrib/dynamic-dnsmasq/dynamic-dnsmasq.pl \ contrib/dnslist/dnslist.pl +CPE_VENDOR= thekelleys .include <bsd.port.options.mk> |