diff options
author | miwi <miwi@FreeBSD.org> | 2012-02-06 23:33:14 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2012-02-06 23:33:14 +0800 |
commit | bafd693a5f8723e34af2eb27f8d93b8854e25ce7 (patch) | |
tree | c587a2b031bf244091e411dd983ac315320af728 /net-im/pidgin-pidgimpd | |
parent | a95e106d5f1b3b3c17e11c528fa38b1a19db8484 (diff) | |
download | freebsd-ports-gnome-bafd693a5f8723e34af2eb27f8d93b8854e25ce7.tar.gz freebsd-ports-gnome-bafd693a5f8723e34af2eb27f8d93b8854e25ce7.tar.zst freebsd-ports-gnome-bafd693a5f8723e34af2eb27f8d93b8854e25ce7.zip |
- Chase libmpd shlib bump
Diffstat (limited to 'net-im/pidgin-pidgimpd')
-rw-r--r-- | net-im/pidgin-pidgimpd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-im/pidgin-pidgimpd/Makefile b/net-im/pidgin-pidgimpd/Makefile index 898049a45eb5..dc01f0799a99 100644 --- a/net-im/pidgin-pidgimpd/Makefile +++ b/net-im/pidgin-pidgimpd/Makefile @@ -7,7 +7,7 @@ PORTNAME= pidgimpd PORTVERSION= 1.1.1 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= net-im audio MASTER_SITES= http://ayeon.org/projects/pidgimpd/ PKGNAMEPREFIX= pidgin- @@ -16,7 +16,7 @@ MAINTAINER= hrkfdn@gmail.com COMMENT= PidgiMPD is a Pidgin plugin for monitoring/controlling MPD LIB_DEPENDS= purple.10:${PORTSDIR}/net-im/libpurple \ - mpd.3:${PORTSDIR}/audio/libmpd + mpd.4:${PORTSDIR}/audio/libmpd BUILD_DEPENDS= pidgin:${PORTSDIR}/net-im/pidgin RUN_DEPENDS= pidgin:${PORTSDIR}/net-im/pidgin |