diff options
author | marcus <marcus@FreeBSD.org> | 2008-08-22 05:40:50 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2008-08-22 05:40:50 +0800 |
commit | 76b91999aeda8070d0251b737c73d1195dbc4fd4 (patch) | |
tree | 500efc67cd37c089357dcfbd089a94678130510f /security/pidgin-encryption | |
parent | 096a9e71425574d00fdd8a70932af4bf562ca556 (diff) | |
download | freebsd-ports-gnome-76b91999aeda8070d0251b737c73d1195dbc4fd4.tar.gz freebsd-ports-gnome-76b91999aeda8070d0251b737c73d1195dbc4fd4.tar.zst freebsd-ports-gnome-76b91999aeda8070d0251b737c73d1195dbc4fd4.zip |
Chase the libpurple shared lib version.
Diffstat (limited to 'security/pidgin-encryption')
-rw-r--r-- | security/pidgin-encryption/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/pidgin-encryption/Makefile b/security/pidgin-encryption/Makefile index 88ce205e9392..2b85e4c0d52b 100644 --- a/security/pidgin-encryption/Makefile +++ b/security/pidgin-encryption/Makefile @@ -7,7 +7,7 @@ PORTNAME= pidgin PORTVERSION= 3.0 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= security MASTER_SITES= SF/pidgin-encrypt 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.4:${PORTSDIR}/net-im/libpurple \ +LIB_DEPENDS= purple.5:${PORTSDIR}/net-im/libpurple \ nss3:${PORTSDIR}/security/nss USE_GMAKE= yes |