aboutsummaryrefslogtreecommitdiff
path: root/audio/mp3blaster
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/mp3blaster
parent95ab3035bfc8b040822f80592efa7b9f2b7a51b6 (diff)
downloadports-5978476c353873821167189c3e7e7d3ce7b9909a.tar.gz
ports-5978476c353873821167189c3e7e7d3ce7b9909a.zip
Notes
Diffstat (limited to 'audio/mp3blaster')
-rw-r--r--audio/mp3blaster/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/audio/mp3blaster/Makefile b/audio/mp3blaster/Makefile
index eea226f75aaa..c7eb020e922b 100644
--- a/audio/mp3blaster/Makefile
+++ b/audio/mp3blaster/Makefile
@@ -32,18 +32,18 @@ PORTDOCS= AUTHORS CREDITS ChangeLog FAQ README TODO
.endif
.if ${PORT_OPTIONS:MLIRC}
-LIB_DEPENDS+= lirc_client.2:${PORTSDIR}/comms/lirc
+LIB_DEPENDS+= liblirc_client.so:${PORTSDIR}/comms/lirc
CONFIGURE_ARGS+= --with-lirc
.endif
.if ${PORT_OPTIONS:MSIDPLAY}
-LIB_DEPENDS+= sidplay.1:${PORTSDIR}/audio/libsidplay
+LIB_DEPENDS+= libsidplay.so:${PORTSDIR}/audio/libsidplay
.else
CONFIGURE_ARGS+= --without-sidplay
.endif
.if ${PORT_OPTIONS:MVORBIS}
-LIB_DEPENDS+= vorbisfile.6:${PORTSDIR}/audio/libvorbis
+LIB_DEPENDS+= libvorbisfile.so:${PORTSDIR}/audio/libvorbis
.else
CONFIGURE_ARGS+= --without-oggvorbis
.endif
@@ -57,7 +57,7 @@ CONFIGURE_ARGS+= --without-sdl
.if ${PORT_OPTIONS:MNAS}
CONFIGURE_ARGS+= --with-nas
-LIB_DEPENDS+= audio.2:${PORTSDIR}/audio/nas
+LIB_DEPENDS+= libaudio.so:${PORTSDIR}/audio/nas
LDFLAGS+= -laudio
.else
CONFIGURE_ARGS+= --without-nas