diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-03-25 15:04:08 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-03-25 15:04:08 +0000 |
commit | 3ee5591a69372c417c81e75bdb92823ad5d43009 (patch) | |
tree | 992edcf43de3d100d8a9491d5c58431c194d3b3c /dns/dns2tcp | |
parent | ce8f172925f2a069875e018a597ebaed933e8207 (diff) | |
download | ports-3ee5591a69372c417c81e75bdb92823ad5d43009.tar.gz ports-3ee5591a69372c417c81e75bdb92823ad5d43009.zip |
Notes
Diffstat (limited to 'dns/dns2tcp')
-rw-r--r-- | dns/dns2tcp/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dns/dns2tcp/Makefile b/dns/dns2tcp/Makefile index d74c1aa4903c..b7d163900ae9 100644 --- a/dns/dns2tcp/Makefile +++ b/dns/dns2tcp/Makefile @@ -14,6 +14,7 @@ MAINTAINER= miwi@FreeBSD.org COMMENT= Dns2tcp is a tool for relaying TCP connections over DNS GNU_CONFIGURE= yes +MAKE_JOBS_SAFE= yes PLIST_FILES= bin/dns2tcpc bin/dns2tcpd MAN1= dns2tcpc.1 dns2tcpd.1 |