diff options
author | marcus <marcus@FreeBSD.org> | 2011-07-07 15:05:19 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2011-07-07 15:05:19 +0800 |
commit | 89b5030f33955b8747449d88b2959254fa7913f8 (patch) | |
tree | 72b8108dc86b1704fa4254671f5d60e8602e86bf /net-im | |
parent | fa4ea64447c45464e3e964504f0f237b239e27db (diff) | |
download | freebsd-ports-gnome-89b5030f33955b8747449d88b2959254fa7913f8.tar.gz freebsd-ports-gnome-89b5030f33955b8747449d88b2959254fa7913f8.tar.zst freebsd-ports-gnome-89b5030f33955b8747449d88b2959254fa7913f8.zip |
Actually commit the libpurple shared lib bump.
Reported by: pointyhat via pav
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/pidgin-sipe/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-im/pidgin-sipe/Makefile b/net-im/pidgin-sipe/Makefile index 01ce5303de35..e70a6f63c798 100644 --- a/net-im/pidgin-sipe/Makefile +++ b/net-im/pidgin-sipe/Makefile @@ -7,14 +7,14 @@ PORTNAME= pidgin-sipe PORTVERSION= 1.11.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-im MASTER_SITES= SF/sipe/sipe/${DISTNAME} MAINTAINER= john.c.prather@gmail.com COMMENT= A plugin for Pidgin to provide LCS/OCS connectivity -LIB_DEPENDS= purple.8:${PORTSDIR}/net-im/libpurple +LIB_DEPENDS= purple.9:${PORTSDIR}/net-im/libpurple RUN_DEPENDS= pidgin:${PORTSDIR}/net-im/pidgin GNU_CONFIGURE= yes |