diff options
author | wiz <wiz@pkgsrc.org> | 2012-06-12 15:45:54 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2012-06-12 15:45:54 +0000 |
commit | 93823cc4ea3f48472b6fc9fbdd1a49340abd7a62 (patch) | |
tree | 2b285fa6770b50661c5304db25cc980b3914e417 /net/nsd | |
parent | 6d2cfc704b1aaaef123bdedb9ab7870107a8a370 (diff) | |
download | pkgsrc-93823cc4ea3f48472b6fc9fbdd1a49340abd7a62.tar.gz |
Add inet6 to default suggested options. It's 2012.
Diffstat (limited to 'net/nsd')
-rw-r--r-- | net/nsd/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/nsd/Makefile b/net/nsd/Makefile index 397ec75f5ee..8ff0fd61b32 100644 --- a/net/nsd/Makefile +++ b/net/nsd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.54 2012/04/18 10:39:43 pettai Exp $ +# $NetBSD: Makefile,v 1.55 2012/06/12 15:46:00 wiz Exp $ DISTNAME= nsd-3.2.10 CATEGORIES= net @@ -14,6 +14,7 @@ BUILDLINK_API_DEPENDS.openssl+= openssl>=0.9.7 PKG_OPTIONS_VAR= PKG_OPTIONS.nsd PKG_SUPPORTED_OPTIONS= inet6 +PKG_SUGGESTED_OPTIONS= inet6 .include "../../mk/bsd.options.mk" |