summaryrefslogtreecommitdiff
path: root/security/pidgin-encryption
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2011-06-19 21:25:44 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2011-06-19 21:25:44 +0000
commit95c1e39c9389874bcc36caf04629f4360263229f (patch)
tree0bd14daa1f7f3a815eeb46c5fe89ce8ce14341b0 /security/pidgin-encryption
parentUpdate to 2.8.0. See http://developer.pidgin.im/wiki/ChangeLog for a list (diff)
Chase the libpurple shared lib version.
Notes
Notes: svn path=/head/; revision=275862
Diffstat (limited to 'security/pidgin-encryption')
-rw-r--r--security/pidgin-encryption/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/pidgin-encryption/Makefile b/security/pidgin-encryption/Makefile
index 682526ab033a..924fc26db4d1 100644
--- a/security/pidgin-encryption/Makefile
+++ b/security/pidgin-encryption/Makefile
@@ -7,7 +7,7 @@
PORTNAME= pidgin
PORTVERSION= 3.0
-PORTREVISION= 13
+PORTREVISION= 14
CATEGORIES= security
MASTER_SITES= SF/${PORTNAME}-encrypt/Releases/${PORTVERSION}
PKGNAMESUFFIX= -encryption
@@ -17,7 +17,7 @@ MAINTAINER= perlfu@gmail.com
COMMENT= Encryption Plugin for the Pidgin instant messenger client
BUILD_DEPENDS= ${LOCALBASE}/bin/pidgin:${PORTSDIR}/net-im/pidgin
-LIB_DEPENDS= purple.7:${PORTSDIR}/net-im/libpurple \
+LIB_DEPENDS= purple.8:${PORTSDIR}/net-im/libpurple \
nss3:${PORTSDIR}/security/nss
USE_GMAKE= yes