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 /x11/gnome-applets | |
parent | 8c4fe22d872d153e4cc11d26e60ee4844f98a22a (diff) | |
download | pkgsrc-ea483f8647279c031f590093ebf07eba4862f109.tar.gz |
Add inet6 to default suggested options. It's 2012.
Diffstat (limited to 'x11/gnome-applets')
-rw-r--r-- | x11/gnome-applets/options.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/gnome-applets/options.mk b/x11/gnome-applets/options.mk index 0d5c0e2bebc..bbe39231b98 100644 --- a/x11/gnome-applets/options.mk +++ b/x11/gnome-applets/options.mk @@ -1,8 +1,8 @@ -# $NetBSD: options.mk,v 1.2 2008/11/24 15:02:18 jmcneill Exp $ +# $NetBSD: options.mk,v 1.3 2012/06/12 15:46:04 wiz Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.gnome-applets -PKG_SUPPORTED_OPTIONS= inet6 hal -PKG_SUGGESTED_OPTIONS+= hal +PKG_SUPPORTED_OPTIONS= hal inet6 +PKG_SUGGESTED_OPTIONS+= hal inet6 .include "../../mk/bsd.options.mk" |