diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2008-08-21 21:38:15 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2008-08-21 21:38:15 +0000 |
commit | 98601429014d31eb036238e05acc53e30504272c (patch) | |
tree | 19ab677f6f54467cbd56e66efe78b65fc2aac9ae /net-im/pidgin/Makefile | |
parent | 8e6ed93555505e9f187706f863dc333aa029bdb0 (diff) | |
download | ports-98601429014d31eb036238e05acc53e30504272c.tar.gz ports-98601429014d31eb036238e05acc53e30504272c.zip |
Update to 2.5.0. See http://developer.pidgin.im/wiki/ChangeLog for a list
of changes in this release.
Notes
Notes:
svn path=/head/; revision=218970
Diffstat (limited to 'net-im/pidgin/Makefile')
-rw-r--r-- | net-im/pidgin/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-im/pidgin/Makefile b/net-im/pidgin/Makefile index be102c697c53..ee9ba8064fcf 100644 --- a/net-im/pidgin/Makefile +++ b/net-im/pidgin/Makefile @@ -13,7 +13,7 @@ MAINTAINER= marcus@FreeBSD.org COMMENT= Pidgin multi-protocol messaging client (GTK+ UI) LIB_DEPENDS= startup-notification-1.0:${PORTSDIR}/x11/startup-notification \ - purple.4:${PORTSDIR}/net-im/libpurple + purple.5:${PORTSDIR}/net-im/libpurple MASTERDIR= ${.CURDIR}/../libpurple BUILD_WRKSRC= ${WRKSRC}/pidgin |