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 /chat/scrollz | |
parent | 6d2cfc704b1aaaef123bdedb9ab7870107a8a370 (diff) | |
download | pkgsrc-93823cc4ea3f48472b6fc9fbdd1a49340abd7a62.tar.gz |
Add inet6 to default suggested options. It's 2012.
Diffstat (limited to 'chat/scrollz')
-rw-r--r-- | chat/scrollz/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chat/scrollz/Makefile b/chat/scrollz/Makefile index e97997ac305..b947e24a32f 100644 --- a/chat/scrollz/Makefile +++ b/chat/scrollz/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2010/01/29 15:59:57 joerg Exp $ +# $NetBSD: Makefile,v 1.15 2012/06/12 15:45:55 wiz Exp $ # DISTNAME= ScrollZ-1.9.5 @@ -20,6 +20,7 @@ INSTALLATION_DIRS+= ${PKGMANDIR}/man1 PKG_OPTIONS_VAR= PKG_OPTIONS.scrollz PKG_SUPPORTED_OPTIONS= inet6 +PKG_SUGGESTED_OPTIONS= inet6 .include "../../mk/bsd.options.mk" |