diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2013-10-25 09:02:56 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2013-10-25 09:02:56 +0000 |
commit | 076e98ab69bd0e0f2440228d4fae0504633866d6 (patch) | |
tree | 71bbb19e2da226acb155af7f36e8e9d1a6a69456 | |
parent | 777c57b16f8b885b9d758a738ae83ec7cc4a54b0 (diff) | |
download | ports-076e98ab69bd0e0f2440228d4fae0504633866d6.tar.gz ports-076e98ab69bd0e0f2440228d4fae0504633866d6.zip |
Notes
-rw-r--r-- | multimedia/xmms/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/multimedia/xmms/Makefile b/multimedia/xmms/Makefile index 10c52ce5e30a..e79cc3ebb37b 100644 --- a/multimedia/xmms/Makefile +++ b/multimedia/xmms/Makefile @@ -3,7 +3,7 @@ PORTNAME= xmms PORTVERSION= 1.2.11 -PORTREVISION?= 19 # Also chinese/xmms and russian/xmms +PORTREVISION?= 20 # Also chinese/xmms and russian/xmms CATEGORIES+= multimedia audio ipv6 MASTER_SITES= http://www.xmms.org/files/1.2.x/ \ http://legacy.xmms2.org/ \ @@ -34,8 +34,10 @@ INPUT_PLUGINS= cdaudio mpg123 tonegen wav OUTPUT_PLUGINS= OSS disk_writer VISUALIZATION_PLUGINS= blur_scope sanalyzer -OPTIONS_DEFINE= IPV6 MIKMOD NLS SIMD SPEC VFILEINFO VORBIS RUSXMMS_PATCHES -OPTIONS_DEFAULT=MIKMOD SIMD VORBIS +OPTIONS_DEFINE= IPV6 MIKMOD NLS SPEC VFILEINFO VORBIS RUSXMMS_PATCHES +OPTIONS_DEFAULT=MIKMOD VORBIS +OPTIONS_DEFINE_i386= SIMD +OPTIONS_DEFAULT_i386= SIMD OPTIONS_SUB= yes IPV6_CONFIGURE_ENABLE= ipv6 |