diff options
author | Doug Barton <dougb@FreeBSD.org> | 2012-09-08 07:03:21 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2012-09-08 07:03:21 +0000 |
commit | 59e2817c8e4ecad95f71a6cee1930ae08081f39d (patch) | |
tree | 8083e4c6ced99511a47b0d9a1f894892da46b82b /security/pidgin-otr/Makefile | |
parent | 433f1ce663e834a3c52d31babc24e911f93997a9 (diff) |
Notes
Diffstat (limited to 'security/pidgin-otr/Makefile')
-rw-r--r-- | security/pidgin-otr/Makefile | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/security/pidgin-otr/Makefile b/security/pidgin-otr/Makefile index 3130f2a2492e..4d91d7de97bd 100644 --- a/security/pidgin-otr/Makefile +++ b/security/pidgin-otr/Makefile @@ -1,16 +1,10 @@ -# ex:ts=8 -# Ports collection Makefile for: pidgin-otr -# Date created: 2004-12-17 -# Whom: Conor McDermottroe <ports@mcdermottroe.com> -# # $FreeBSD$ -# PORTNAME= otr -PORTVERSION= 3.2.1 +PORTVERSION= 4.0.0 # Please do not bump PORTREVISION for this port unless you have # confirmed via testing that it is necessary -CATEGORIES= security net +CATEGORIES= security net-im net MASTER_SITES= http://www.cypherpunks.ca/otr/ PKGNAMEPREFIX= pidgin- DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION} @@ -22,7 +16,7 @@ COMMENT= Allows deniable private conversations using Pidgin BUILD_DEPENDS= ${LOCALBASE}/bin/pidgin:${PORTSDIR}/net-im/pidgin \ pkgconf>0:${PORTSDIR}/devel/pkgconf -LIB_DEPENDS= otr:${PORTSDIR}/security/libotr \ +LIB_DEPENDS= otr.5:${PORTSDIR}/security/libotr \ gcrypt:${PORTSDIR}/security/libgcrypt \ purple:${PORTSDIR}/net-im/libpurple |