diff options
author | miwi <miwi@FreeBSD.org> | 2009-08-22 02:48:35 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-08-22 02:48:35 +0800 |
commit | 422ffe0d0e523408b9039baf79f90cc177dbe623 (patch) | |
tree | 7aeebcd3a8349b1566b05364539641bbcea7409a /audio/xmms2 | |
parent | 6a4bfbee206d1f3a66b4c49470153cbd2ec76149 (diff) | |
download | freebsd-ports-graphics-422ffe0d0e523408b9039baf79f90cc177dbe623.tar.gz freebsd-ports-graphics-422ffe0d0e523408b9039baf79f90cc177dbe623.tar.zst freebsd-ports-graphics-422ffe0d0e523408b9039baf79f90cc177dbe623.zip |
- Fix typo
Diffstat (limited to 'audio/xmms2')
-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 4ddf948b288..345f6fae38c 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" |