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 /www/screws | |
parent | 6d2cfc704b1aaaef123bdedb9ab7870107a8a370 (diff) | |
download | pkgsrc-93823cc4ea3f48472b6fc9fbdd1a49340abd7a62.tar.gz |
Add inet6 to default suggested options. It's 2012.
Diffstat (limited to 'www/screws')
-rw-r--r-- | www/screws/options.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/screws/options.mk b/www/screws/options.mk index 4020ad38551..e1246d35010 100644 --- a/www/screws/options.mk +++ b/www/screws/options.mk @@ -1,9 +1,9 @@ -# $NetBSD: options.mk,v 1.3 2005/06/19 01:46:36 salo Exp $ +# $NetBSD: options.mk,v 1.4 2012/06/12 15:46:04 wiz Exp $ # PKG_OPTIONS_VAR= PKG_OPTIONS.screws PKG_SUPPORTED_OPTIONS= inet6 lua ssl -PKG_SUGGESTED_OPTIONS= lua ssl +PKG_SUGGESTED_OPTIONS= inet6 lua ssl .include "../../mk/bsd.options.mk" |