summaryrefslogtreecommitdiff
path: root/audio/mp3blaster
diff options
context:
space:
mode:
authorRoman Bogorodskiy <novel@FreeBSD.org>2007-06-30 17:38:53 +0000
committerRoman Bogorodskiy <novel@FreeBSD.org>2007-06-30 17:38:53 +0000
commitd5c66537e3234c621a52b16a4e2d5942e4781831 (patch)
tree87750d796cb84905eeace813f8954ab0761f5b5c /audio/mp3blaster
parentDon't report about "p5-p5-something"... (diff)
Chase comms/lirc shared lib version bump.
Reported by: max
Notes
Notes: svn path=/head/; revision=194530
Diffstat (limited to 'audio/mp3blaster')
-rw-r--r--audio/mp3blaster/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/mp3blaster/Makefile b/audio/mp3blaster/Makefile
index f0410b8f78db..317fd2828ea3 100644
--- a/audio/mp3blaster/Makefile
+++ b/audio/mp3blaster/Makefile
@@ -39,7 +39,7 @@ PORTDOCS= AUTHORS CREDITS ChangeLog FAQ README TODO
.include <bsd.port.pre.mk>
.if defined(WITH_LIRC)
-LIB_DEPENDS+= lirc_client.0:${PORTSDIR}/comms/lirc
+LIB_DEPENDS+= lirc_client.1:${PORTSDIR}/comms/lirc
CONFIGURE_ARGS+= --with-lirc
.endif