diff options
author | marcus <marcus@FreeBSD.org> | 2011-06-20 05:25:44 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2011-06-20 05:25:44 +0800 |
commit | 88eaa2dd15d0fec908cd9fc2b9462577afe2b3fa (patch) | |
tree | 4aa0ee30e79cd1def06238df30f40628088b3707 /security/pidgin-encryption | |
parent | 0a1227b0543e0f2f1308f69e9540d42b0e2f10cf (diff) | |
download | freebsd-ports-gnome-88eaa2dd15d0fec908cd9fc2b9462577afe2b3fa.tar.gz freebsd-ports-gnome-88eaa2dd15d0fec908cd9fc2b9462577afe2b3fa.tar.zst freebsd-ports-gnome-88eaa2dd15d0fec908cd9fc2b9462577afe2b3fa.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 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 |