diff options
author | wiz <wiz> | 2005-05-31 16:20:43 +0000 |
---|---|---|
committer | wiz <wiz> | 2005-05-31 16:20:43 +0000 |
commit | daa92c5a1ee347d591f0e64a0434eaa1fd1eddf9 (patch) | |
tree | c3ea2a820ca7233423c8040e2c1c7899e3d2ddea /audio/musicpd/options.mk | |
parent | 7abf9d7a5983c1fbabaa97d5cb3f1296a5d5b7b8 (diff) | |
download | pkgsrc-daa92c5a1ee347d591f0e64a0434eaa1fd1eddf9.tar.gz |
Finish conversion to options framework.
Remove unnecessary inclusion of bsd.prefs.mk.
Diffstat (limited to 'audio/musicpd/options.mk')
-rw-r--r-- | audio/musicpd/options.mk | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/audio/musicpd/options.mk b/audio/musicpd/options.mk index 408b323ac1f..73bfb573664 100644 --- a/audio/musicpd/options.mk +++ b/audio/musicpd/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.3 2005/05/31 10:01:36 dillo Exp $ +# $NetBSD: options.mk,v 1.4 2005/05/31 16:20:43 wiz Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.musicpd PKG_SUPPORTED_OPTIONS= aac audiofile flac iconv id3 ogg @@ -48,3 +48,10 @@ CONFIGURE_ARGS+= --with-ogg=${BUILDLINK_PREFIX.libvorbis} .else CONFIGURE_ARGS+= --disable-ogg .endif + +# when IPv6 support is enabled, mpd doesn't listen on an IPv4 address. +#.if !empty(PKG_OPTIONS:Minet6) +#CONFIGURE_ARGS+= --enable-ipv6 +#.else +CONFIGURE_ARGS+= --disable-ipv6 +#.endif |