aboutsummaryrefslogtreecommitdiff
path: root/audio/raop_play
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-12-11 14:35:36 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-12-11 14:35:36 +0000
commit5978476c353873821167189c3e7e7d3ce7b9909a (patch)
tree5c7b83e7642fc29f698d59a6bc145001dbd04783 /audio/raop_play
parent95ab3035bfc8b040822f80592efa7b9f2b7a51b6 (diff)
downloadports-5978476c353873821167189c3e7e7d3ce7b9909a.tar.gz
ports-5978476c353873821167189c3e7e7d3ce7b9909a.zip
Notes
Diffstat (limited to 'audio/raop_play')
-rw-r--r--audio/raop_play/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/raop_play/Makefile b/audio/raop_play/Makefile
index de103dfb1f4b..4ac8b1ed5503 100644
--- a/audio/raop_play/Makefile
+++ b/audio/raop_play/Makefile
@@ -10,9 +10,9 @@ MASTER_SITES= SF/raop-play/${PORTNAME}/${PORTNAME}-${PORTVERSION}
MAINTAINER= sumikawa@FreeBSD.org
COMMENT= A music file player for Apple Airport Express
-LIB_DEPENDS= samplerate.1:${PORTSDIR}/audio/libsamplerate \
- fltk.1:${PORTSDIR}/x11-toolkits/fltk \
- id3tag.0:${PORTSDIR}/audio/libid3tag
+LIB_DEPENDS= libsamplerate.so:${PORTSDIR}/audio/libsamplerate \
+ libfltk.so:${PORTSDIR}/x11-toolkits/fltk \
+ libid3tag.so:${PORTSDIR}/audio/libid3tag
RUN_DEPENDS= mpg321:${PORTSDIR}/audio/mpg321 \
ogg123:${PORTSDIR}/audio/vorbis-tools \
faad:${PORTSDIR}/audio/faad \