Skip to content

Commit

Permalink
normalize, uade2: Remove xmms variant
Browse files Browse the repository at this point in the history
The variants were already broken because the xmms port was deleted in
380082a.
  • Loading branch information
ryandesign committed Jun 9, 2018
1 parent e52757d commit 365aad8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
6 changes: 0 additions & 6 deletions audio/normalize/Portfile
Expand Up @@ -41,12 +41,6 @@ variant mad description {Link against libmad for mp3 audio decoding} {
configure.args-append --with-mad
}

variant xmms description {Build an xmms plugin} {
depends_lib-append port:xmms
configure.args-delete --disable-xmms
configure.args-append --enable-xmms
}

# conflicts with num-utils on ${prefix}/bin/normalize
conflicts-append num-utils

Expand Down
6 changes: 0 additions & 6 deletions audio/uade2/Portfile
Expand Up @@ -27,9 +27,3 @@ variant uadefs description {Build with Amiga to WAV filesystem (fuse)} {
depends_lib-append port:osxfuse
configure.args-delete --without-uadefs
}

variant xmms description {Build with plugin for the xmms player} {
depends_lib-append port:xmms
configure.args-delete --without-xmms
}

0 comments on commit 365aad8

Please sign in to comment.