diff options
author | wiz <wiz> | 2012-06-12 15:45:54 +0000 |
---|---|---|
committer | wiz <wiz> | 2012-06-12 15:45:54 +0000 |
commit | ea483f8647279c031f590093ebf07eba4862f109 (patch) | |
tree | 2b285fa6770b50661c5304db25cc980b3914e417 /chat/cgiirc | |
parent | 8c4fe22d872d153e4cc11d26e60ee4844f98a22a (diff) | |
download | pkgsrc-ea483f8647279c031f590093ebf07eba4862f109.tar.gz |
Add inet6 to default suggested options. It's 2012.
Diffstat (limited to 'chat/cgiirc')
-rw-r--r-- | chat/cgiirc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chat/cgiirc/Makefile b/chat/cgiirc/Makefile index 0baa3d18173..fbecb49fbfd 100644 --- a/chat/cgiirc/Makefile +++ b/chat/cgiirc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2011/03/02 20:24:40 gls Exp $ +# $NetBSD: Makefile,v 1.18 2012/06/12 15:45:55 wiz Exp $ DISTNAME= cgiirc-0.5.10 #PKGREVISION= 2 @@ -22,6 +22,7 @@ CONF_FILES+= ${PREFIX}/share/examples/cgiirc/cgiirc.config \ PKG_OPTIONS_VAR= PKG_OPTIONS.cgiirc PKG_SUPPORTED_OPTIONS= inet6 +PKG_SUGGESTED_OPTIONS= inet6 .include "../../mk/bsd.options.mk" |