summaryrefslogtreecommitdiff
path: root/multimedia/xmms
diff options
context:
space:
mode:
authorStanislav Sedov <stas@FreeBSD.org>2010-12-05 20:51:46 +0000
committerStanislav Sedov <stas@FreeBSD.org>2010-12-05 20:51:46 +0000
commit26af38aa06e1a17cc7b30014c8b3b3f2e80cc0d4 (patch)
tree6ed35e46c502ebedbf4c4f0780b04728b55ed0f6 /multimedia/xmms
parentRevert the 'minor tweak'. (diff)
- Enable IPv6 by default. It was there for a long time and works.
Leave option to disable it for now. Requested by: naddy
Notes
Notes: svn path=/head/; revision=265733
Diffstat (limited to 'multimedia/xmms')
-rw-r--r--multimedia/xmms/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/multimedia/xmms/Makefile b/multimedia/xmms/Makefile
index 1b262dfc7844..5520724089e4 100644
--- a/multimedia/xmms/Makefile
+++ b/multimedia/xmms/Makefile
@@ -7,7 +7,7 @@
PORTNAME= xmms
PORTVERSION= 1.2.11
-PORTREVISION= 11
+PORTREVISION= 12
CATEGORIES+= multimedia audio ipv6
MASTER_SITES= http://www.xmms.org/files/1.2.x/ \
LOCAL/beech
@@ -41,7 +41,7 @@ INPUT_PLUGINS= cdaudio mpg123 tonegen wav
OUTPUT_PLUGINS= OSS disk_writer
VISUALIZATION_PLUGINS= blur_scope sanalyzer
-OPTIONS= IPV6 "Enable ipv6" off \
+OPTIONS= IPV6 "Enable ipv6" on \
MIKMOD "Enable Mikemod Plugin" on \
SIMD "Enable x86 SIMD (3DNow!/MMX)" on \
SPEC "Visualization opengl_spectrum" off \
@@ -50,7 +50,7 @@ OPTIONS= IPV6 "Enable ipv6" off \
.include <bsd.port.pre.mk>
-.if defined(WITH_IPV6)
+.if !defined(WITHOUT_IPV6)
CONFIGURE_ARGS+= --enable-ipv6
.else
CONFIGURE_ARGS+= --disable-ipv6