diff options
author | marcus <marcus@FreeBSD.org> | 2007-09-18 03:48:18 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2007-09-18 03:48:18 +0800 |
commit | 1f0914166216cadab4132b7ea2b3a662fb085825 (patch) | |
tree | 0a5c9610f0a81da4e26327013aabf870ae3daf22 /security | |
parent | aa869735c86bee8e856c6632265a0defb21c0b66 (diff) | |
download | freebsd-ports-gnome-1f0914166216cadab4132b7ea2b3a662fb085825.tar.gz freebsd-ports-gnome-1f0914166216cadab4132b7ea2b3a662fb085825.tar.zst freebsd-ports-gnome-1f0914166216cadab4132b7ea2b3a662fb085825.zip |
Chase the libpurple shared lib version.
Diffstat (limited to 'security')
-rw-r--r-- | security/pidgin-encryption/Makefile | 4 | ||||
-rw-r--r-- | security/pidgin-otr/Makefile | 3 |
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 |