aboutsummaryrefslogtreecommitdiff
path: root/audio/osd-lyrics
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2012-02-06 15:33:14 +0000
committerMartin Wilke <miwi@FreeBSD.org>2012-02-06 15:33:14 +0000
commitc46aeb09d7662b5adfbc76a1c670d5ea7ebf1585 (patch)
tree7977f602cf12c627ebf2132650d3edd6364341c4 /audio/osd-lyrics
parent7cf24fb3dfcdb46f27e51270221819983f4c04f0 (diff)
downloadports-c46aeb09d7662b5adfbc76a1c670d5ea7ebf1585.tar.gz
ports-c46aeb09d7662b5adfbc76a1c670d5ea7ebf1585.zip
- Chase libmpd shlib bump
Notes
Notes: svn path=/head/; revision=290493
Diffstat (limited to 'audio/osd-lyrics')
-rw-r--r--audio/osd-lyrics/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/osd-lyrics/Makefile b/audio/osd-lyrics/Makefile
index f00d50d1b47b..45e6fa79440d 100644
--- a/audio/osd-lyrics/Makefile
+++ b/audio/osd-lyrics/Makefile
@@ -7,6 +7,7 @@
PORTNAME= osdlyrics
PORTVERSION= 0.4.1
+PORTREVISION= 1
CATEGORIES= audio deskutils
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
PROJECTHOST= osd-lyrics
@@ -40,7 +41,7 @@ BROKEN= does not compile on FreeBSD 9.X
.endif
.if defined(WITH_MPD)
-LIB_DEPENDS+= mpd.3:${PORTSDIR}/audio/libmpd
+LIB_DEPENDS+= mpd.4:${PORTSDIR}/audio/libmpd
.else
CONFIGURE_ARGS+= --disable-mpd
.endif