diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-08-21 18:48:35 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-08-21 18:48:35 +0000 |
commit | c61585d1cd3f64cd5b6af378c3e9c728c8065f04 (patch) | |
tree | 0da3bea68d01e219a1536bf1c22ce7f34c4d4a68 /audio/xmms2/Makefile | |
parent | ffa65cf75cf10aad809e21b552332ac77a2b1be9 (diff) | |
download | ports-c61585d1cd3f64cd5b6af378c3e9c728c8065f04.tar.gz ports-c61585d1cd3f64cd5b6af378c3e9c728c8065f04.zip |
Notes
Diffstat (limited to 'audio/xmms2/Makefile')
-rw-r--r-- | audio/xmms2/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/audio/xmms2/Makefile b/audio/xmms2/Makefile index 4ddf948b2884..345f6fae38c3 100644 --- a/audio/xmms2/Makefile +++ b/audio/xmms2/Makefile @@ -234,8 +234,7 @@ PLIST_SUB+= MODPLUG="@comment " .endif .if !defined(WITHOUT_MPG123) -LIB_DEPENDS+= mpg123.20 -:${PORTSDIR}/audio/mpg123 +LIB_DEPENDS+= mpg123.20:${PORTSDIR}/audio/mpg123 PLIST_SUB+= MPG123="" .else EXCLUDE+= --without-plugins="mpg123" |