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 /audio/audacious-plugins | |
parent | 6804dc0a40915fb99ab6be29d4e6e083c9def2e6 (diff) | |
download | pkgsrc-2f9e0bbe6e02ff23897124bea48ccab863f0e96e.tar.gz |
Add inet6 to default suggested options. It's 2012.
Diffstat (limited to 'audio/audacious-plugins')
-rw-r--r-- | audio/audacious-plugins/options.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/audacious-plugins/options.mk b/audio/audacious-plugins/options.mk index a23c782b58a..3b81786050d 100644 --- a/audio/audacious-plugins/options.mk +++ b/audio/audacious-plugins/options.mk @@ -1,8 +1,8 @@ -# $NetBSD: options.mk,v 1.5 2011/02/26 14:44:33 hans Exp $ +# $NetBSD: options.mk,v 1.6 2012/06/12 15:45:54 wiz Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.audacious-plugins PKG_SUPPORTED_OPTIONS= arts esound inet6 jack midi pulseaudio sid -PKG_SUGGESTED_OPTIONS+= pulseaudio +PKG_SUGGESTED_OPTIONS+= inet6 pulseaudio .include "../../mk/bsd.options.mk" |