diff options
author | miwi <miwi@FreeBSD.org> | 2011-01-26 23:41:34 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2011-01-26 23:41:34 +0800 |
commit | 516752a584b8bd1c4bc89470914ef9a8825ac134 (patch) | |
tree | d0e2389b1e44e80db51cf5021e2bdab1fae77190 /net-im | |
parent | 154236bedcf20a848997df556989c37c1b3213ea (diff) | |
download | freebsd-ports-gnome-516752a584b8bd1c4bc89470914ef9a8825ac134.tar.gz freebsd-ports-gnome-516752a584b8bd1c4bc89470914ef9a8825ac134.tar.zst freebsd-ports-gnome-516752a584b8bd1c4bc89470914ef9a8825ac134.zip |
- Chase libmpd shlib update
Submitted by: avl
Approved by: portmgr (myself, pav)
Feature safe: yes
Diffstat (limited to 'net-im')
-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 b56fed5ef208..7e0d477d6d64 100644 --- a/net-im/pidgin-pidgimpd/Makefile +++ b/net-im/pidgin-pidgimpd/Makefile @@ -7,7 +7,7 @@ PORTNAME= pidgimpd PORTVERSION= 1.1.1 -PORTREVISION= 3 +PORTREVISION= 4 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.7:${PORTSDIR}/net-im/libpurple \ - mpd:${PORTSDIR}/audio/libmpd + mpd.3:${PORTSDIR}/audio/libmpd BUILD_DEPENDS= pidgin:${PORTSDIR}/net-im/pidgin RUN_DEPENDS= pidgin:${PORTSDIR}/net-im/pidgin |