diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2011-08-27 17:28:25 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2011-08-27 17:28:25 +0000 |
commit | 85010d78d376a0983f39620c5d4a7a8add65e4ba (patch) | |
tree | 32b9fcbeabdac6ebe0cf68eca14ce33875b7d402 /security/pidgin-encryption | |
parent | 43d6701c3e6f5433cdbf4c1ebf1dacc54f99ecd4 (diff) | |
download | ports-85010d78d376a0983f39620c5d4a7a8add65e4ba.tar.gz ports-85010d78d376a0983f39620c5d4a7a8add65e4ba.zip |
Notes
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 38e51ac6d791..1a6dbd0e6bd7 100644 --- a/security/pidgin-encryption/Makefile +++ b/security/pidgin-encryption/Makefile @@ -7,7 +7,7 @@ PORTNAME= pidgin PORTVERSION= 3.0 -PORTREVISION= 15 +PORTREVISION= 16 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.9:${PORTSDIR}/net-im/libpurple \ +LIB_DEPENDS= purple.10:${PORTSDIR}/net-im/libpurple \ nss3:${PORTSDIR}/security/nss USE_GMAKE= yes |