diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2013-12-18 11:57:51 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2013-12-18 11:57:51 +0000 |
commit | 24bd7b1928ebfc4bb9208d9c9dd9db4097e6d3ff (patch) | |
tree | 6cb7cf647298773c88a73ce1742e8e1d1b418557 /dns | |
parent | 907ac4747fb8316d98045447b6c427059f45b96d (diff) |
Notes
Diffstat (limited to 'dns')
-rw-r--r-- | dns/dnswall/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dns/dnswall/Makefile b/dns/dnswall/Makefile index 36042cc85496..999fc56d0671 100644 --- a/dns/dnswall/Makefile +++ b/dns/dnswall/Makefile @@ -10,9 +10,9 @@ MASTER_SITES= GOOGLE_CODE CRITICAL MAINTAINER= ehaupt@FreeBSD.org COMMENT= Daemon that filters out private IP addresses in DNS responses +USES= dos2unix PROJECTHOST= google-dnswall USE_AUTOTOOLS= automake autoconf:env -USE_DOS2UNIX= yes WRKSRC= ${WRKDIR}/${PORTNAME} |