diff options
author | minskim <minskim@pkgsrc.org> | 2006-07-08 01:22:41 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2006-07-08 01:22:41 +0000 |
commit | 42f1e468bc3b67a7075ab99fc4ae6265ac7c78e7 (patch) | |
tree | 1efacca28b88998e2492015c994e0326d3a80e09 /audio/xmms/PLIST.common | |
parent | 36be257d2e48f1063d4b9247a86704749236d4c6 (diff) | |
download | pkgsrc-42f1e468bc3b67a7075ab99fc4ae6265ac7c78e7.tar.gz |
Fix PLIST on Darwin, where the CD audio input module is not built.
Diffstat (limited to 'audio/xmms/PLIST.common')
-rw-r--r-- | audio/xmms/PLIST.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/xmms/PLIST.common b/audio/xmms/PLIST.common index 6a36a228fe1..a52d9bf98f6 100644 --- a/audio/xmms/PLIST.common +++ b/audio/xmms/PLIST.common @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST.common,v 1.6 2006/07/08 01:11:21 minskim Exp $ +@comment $NetBSD: PLIST.common,v 1.7 2006/07/08 01:22:41 minskim Exp $ bin/wmxmms bin/xmms bin/xmms-config @@ -16,7 +16,7 @@ lib/xmms/Effect/libstereo.la lib/xmms/Effect/libvoice.la lib/xmms/General/libir.la lib/xmms/General/libsong_change.la -lib/xmms/Input/libcdaudio.la +${CDAUDIO}lib/xmms/Input/libcdaudio.la lib/xmms/Input/libmikmod.la lib/xmms/Input/libmpg123.la lib/xmms/Input/libtonegen.la |