diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2007-12-13 13:02:07 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2007-12-13 13:02:07 +0000 |
commit | 35309310bec3b6f2d12c1df4ef03d61768e04871 (patch) | |
tree | de33f85bef89952e238db4406e1b10efb9a8a380 /security/pidgin-otr | |
parent | bf1c4c3ea890cb3799dc870b074e77ac8b819624 (diff) |
- Chase libpurple shlib bump
Pointy hat to: marcus
Notes
Notes:
svn path=/head/; revision=203471
Diffstat (limited to 'security/pidgin-otr')
-rw-r--r-- | security/pidgin-otr/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/pidgin-otr/Makefile b/security/pidgin-otr/Makefile index 98e053a49e92..a6dd21a7e74b 100644 --- a/security/pidgin-otr/Makefile +++ b/security/pidgin-otr/Makefile @@ -22,7 +22,7 @@ COMMENT= Allows deniable private conversations using Pidgin BUILD_DEPENDS= ${LOCALBASE}/bin/pidgin:${PORTSDIR}/net-im/pidgin LIB_DEPENDS= otr:${PORTSDIR}/security/libotr \ gcrypt:${PORTSDIR}/security/libgcrypt \ - purple.2:${PORTSDIR}/net-im/libpurple + purple.3:${PORTSDIR}/net-im/libpurple USE_XLIB= yes USE_GMAKE= yes |