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 | 2f9e0bbe6e02ff23897124bea48ccab863f0e96e (patch) | |
tree | 2b285fa6770b50661c5304db25cc980b3914e417 /x11/gnopernicus | |
parent | 6804dc0a40915fb99ab6be29d4e6e083c9def2e6 (diff) | |
download | pkgsrc-2f9e0bbe6e02ff23897124bea48ccab863f0e96e.tar.gz |
Add inet6 to default suggested options. It's 2012.
Diffstat (limited to 'x11/gnopernicus')
-rw-r--r-- | x11/gnopernicus/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/gnopernicus/Makefile b/x11/gnopernicus/Makefile index 1d44a74b774..7dde5aaae81 100644 --- a/x11/gnopernicus/Makefile +++ b/x11/gnopernicus/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.72 2012/03/03 00:14:09 wiz Exp $ +# $NetBSD: Makefile,v 1.73 2012/06/12 15:46:05 wiz Exp $ # DISTNAME= gnopernicus-1.1.1 @@ -40,6 +40,7 @@ INSTALL_MAKE_FLAGS+= translationdir=${EGDIR}/translation_tables PKG_OPTIONS_VAR= PKG_OPTIONS.gnopernicus PKG_SUPPORTED_OPTIONS= inet6 +PKG_SUGGESTED_OPTIONS= inet6 .include "../../mk/bsd.options.mk" |