summaryrefslogtreecommitdiff
path: root/audio/musicpd/options.mk
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2005-05-31 16:20:43 +0000
committerwiz <wiz@pkgsrc.org>2005-05-31 16:20:43 +0000
commit254ea19a74b71badee45a3c0b2793ffce8436f23 (patch)
treec3ea2a820ca7233423c8040e2c1c7899e3d2ddea /audio/musicpd/options.mk
parentbbe0b9cf1a805ecfe77181d4997b8922df21092d (diff)
downloadpkgsrc-254ea19a74b71badee45a3c0b2793ffce8436f23.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.mk9
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