summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--security/pidgin-encryption/Makefile4
-rw-r--r--security/pidgin-otr/Makefile3
2 files changed, 4 insertions, 3 deletions
diff --git a/security/pidgin-encryption/Makefile b/security/pidgin-encryption/Makefile
index 858df2ecdfa1..60a59469f24c 100644
--- a/security/pidgin-encryption/Makefile
+++ b/security/pidgin-encryption/Makefile
@@ -7,7 +7,7 @@
PORTNAME= pidgin
PORTVERSION= 3.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= pidgin-encrypt
@@ -18,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.1:${PORTSDIR}/net-im/libpurple \
+LIB_DEPENDS= purple.2:${PORTSDIR}/net-im/libpurple \
nss3:${PORTSDIR}/security/nss
USE_XLIB= yes
diff --git a/security/pidgin-otr/Makefile b/security/pidgin-otr/Makefile
index 0ffd6eded583..f4fbd4158b44 100644
--- a/security/pidgin-otr/Makefile
+++ b/security/pidgin-otr/Makefile
@@ -8,6 +8,7 @@
PORTNAME= otr
PORTVERSION= 3.1.0
+PORTREVISION= 1
CATEGORIES= security net
MASTER_SITES= http://www.cypherpunks.ca/otr/
PKGNAMEPREFIX= pidgin-
@@ -21,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.1:${PORTSDIR}/net-im/libpurple
+ purple.2:${PORTSDIR}/net-im/libpurple
USE_XLIB= yes
USE_GMAKE= yes