diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2008-03-02 05:36:00 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2008-03-02 05:36:00 +0000 |
commit | 32d0243f6a0642c35cf5ad9d7f547e4f6db88544 (patch) | |
tree | 05dea04c86cff64554e1189fd0cdb2e866679e81 /security/pidgin-otr | |
parent | b17ad7767e96a9400a5e3a3dab2612d22ee77834 (diff) | |
download | ports-32d0243f6a0642c35cf5ad9d7f547e4f6db88544.tar.gz ports-32d0243f6a0642c35cf5ad9d7f547e4f6db88544.zip |
Notes
Diffstat (limited to 'security/pidgin-otr')
-rw-r--r-- | security/pidgin-otr/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/pidgin-otr/Makefile b/security/pidgin-otr/Makefile index a6dd21a7e74b..7c72ebaa027d 100644 --- a/security/pidgin-otr/Makefile +++ b/security/pidgin-otr/Makefile @@ -8,7 +8,7 @@ PORTNAME= otr PORTVERSION= 3.1.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= security net MASTER_SITES= http://www.cypherpunks.ca/otr/ PKGNAMEPREFIX= pidgin- @@ -22,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.3:${PORTSDIR}/net-im/libpurple + purple.4:${PORTSDIR}/net-im/libpurple USE_XLIB= yes USE_GMAKE= yes |