diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2007-09-17 19:48:18 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2007-09-17 19:48:18 +0000 |
commit | ec4ded3549220d07472932a11a8413bf048c5830 (patch) | |
tree | 4aaf38a8928500e6ed93a5b9b29586d939225c01 /security/pidgin-otr | |
parent | 227e7b37a94da55a3f6367f63863a187d6237e11 (diff) | |
download | ports-ec4ded3549220d07472932a11a8413bf048c5830.tar.gz ports-ec4ded3549220d07472932a11a8413bf048c5830.zip |
Notes
Diffstat (limited to 'security/pidgin-otr')
-rw-r--r-- | security/pidgin-otr/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 |