aboutsummaryrefslogtreecommitdiff
path: root/security/py-otr/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/py-otr/Makefile')
-rw-r--r--security/py-otr/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/security/py-otr/Makefile b/security/py-otr/Makefile
index 4f88fea0a6cc..3c30d367b5f2 100644
--- a/security/py-otr/Makefile
+++ b/security/py-otr/Makefile
@@ -1,11 +1,8 @@
-# New ports collection makefile for: py-otr
-# Date created: 2010-26-03
-# Whom: Frank Steinborn <steinex@nognu.de>
-#
# $FreeBSD$
PORTNAME= otr
PORTVERSION= 0.2.1.1
+PORTREVISION= 1
CATEGORIES= security python
MASTER_SITES= http://python-otr.pentabarf.de/releases/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -15,7 +12,8 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= A set of python bindings for libotr
BUILD_DEPENDS= swig1.3:${PORTSDIR}/devel/swig13
-LIB_DEPENDS= otr:${PORTSDIR}/security/libotr
+# This should be updated to the newer version of libotr
+LIB_DEPENDS= otr.4:${PORTSDIR}/security/libotr3
USE_PYTHON= yes
USE_PYDISTUTILS=yes