summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2007-08-04 21:45:39 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2007-08-04 21:45:39 +0000
commitf4ce25897d9372cd30f71a8650d8dc2b27062c9e (patch)
treefaeeb2914738699aff8d9e19620164bfca39f5cb /security
parentUpdate to 2.1.0. (diff)
Chase the libpurple shared lib version.
Notes
Notes: svn path=/head/; revision=197090
Diffstat (limited to 'security')
-rw-r--r--security/pidgin-encryption/Makefile3
-rw-r--r--security/pidgin-otr/Makefile3
2 files changed, 4 insertions, 2 deletions
diff --git a/security/pidgin-encryption/Makefile b/security/pidgin-encryption/Makefile
index 5424878b3f4a..858df2ecdfa1 100644
--- a/security/pidgin-encryption/Makefile
+++ b/security/pidgin-encryption/Makefile
@@ -7,6 +7,7 @@
PORTNAME= pidgin
PORTVERSION= 3.0
+PORTREVISION= 1
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= pidgin-encrypt
@@ -17,7 +18,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.0:${PORTSDIR}/net-im/libpurple \
+LIB_DEPENDS= purple.1:${PORTSDIR}/net-im/libpurple \
nss3:${PORTSDIR}/security/nss
USE_XLIB= yes
diff --git a/security/pidgin-otr/Makefile b/security/pidgin-otr/Makefile
index c5ac3d996ae8..b65e0eefac4b 100644
--- a/security/pidgin-otr/Makefile
+++ b/security/pidgin-otr/Makefile
@@ -8,6 +8,7 @@
PORTNAME= otr
PORTVERSION= 3.0.1
+PORTREVISION= 1
CATEGORIES= security net
MASTER_SITES= http://www.cyberdyne.org/~icebrkr/files/
PKGNAMEPREFIX= pidgin-
@@ -19,7 +20,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.0:${PORTSDIR}/net-im/libpurple
+ purple.1:${PORTSDIR}/net-im/libpurple
USE_XLIB= yes
GNU_CONFIGURE= yes