diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-10-12 07:06:46 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-10-12 07:06:46 +0000 |
commit | a043a47f84291c9a02f81e63bdb5c9318c49b27c (patch) | |
tree | 641ea65a5ae09589461ebfca8e28df45a1c2ebf4 /dns | |
parent | 416fb31fdea7d6de77830e607e3c66973367d4f6 (diff) | |
download | ports-a043a47f84291c9a02f81e63bdb5c9318c49b27c.tar.gz ports-a043a47f84291c9a02f81e63bdb5c9318c49b27c.zip |
Notes
Diffstat (limited to 'dns')
-rw-r--r-- | dns/libbind/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dns/libbind/Makefile b/dns/libbind/Makefile index aae4996acf2a..fd0b94fd9ce6 100644 --- a/dns/libbind/Makefile +++ b/dns/libbind/Makefile @@ -18,6 +18,7 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --localstatedir=/var --with-randomdev=/dev/random OPTIONS_DEFINE= IPV6 THREADS +OPTIONS_DEFAULT= IPV6 THREADS .include <bsd.port.pre.mk> |