diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2009-08-20 20:45:23 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2009-08-20 20:45:23 +0000 |
commit | d05885f12023c9ac34eb25071a6bebfcddbf08bc (patch) | |
tree | 8cdd68bd0b1b6f02c87e16d7636706883cd8df27 /net-im/pidgin-pidgimpd | |
parent | 7f37df543a755e6964e1327b075fa4a58cea38f2 (diff) |
Chase the libpurple shared lib bump.
Notes
Notes:
svn path=/head/; revision=239996
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 1324eea67a0e..c44a149f1c93 100644 --- a/net-im/pidgin-pidgimpd/Makefile +++ b/net-im/pidgin-pidgimpd/Makefile @@ -7,7 +7,7 @@ PORTNAME= pidgimpd PORTVERSION= 1.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net-im audio MASTER_SITES= http://ayeon.org/projects/pidgimpd/ PKGNAMEPREFIX= pidgin- @@ -15,7 +15,7 @@ PKGNAMEPREFIX= pidgin- MAINTAINER= hrkfdn@gmail.com COMMENT= PidgiMPD is a Pidgin plugin for monitoring/controlling MPD -LIB_DEPENDS= purple.5:${PORTSDIR}/net-im/libpurple \ +LIB_DEPENDS= purple.6:${PORTSDIR}/net-im/libpurple \ mpd:${PORTSDIR}/audio/libmpd BUILD_DEPENDS= pidgin:${PORTSDIR}/net-im/pidgin RUN_DEPENDS= pidgin:${PORTSDIR}/net-im/pidgin |