summaryrefslogtreecommitdiff
path: root/net-im/gajim-devel
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2007-06-27 09:46:46 +0000
committerMartin Wilke <miwi@FreeBSD.org>2007-06-27 09:46:46 +0000
commitc75fc6f5a3a7920d662d970557aee09cae902fa1 (patch)
tree52eadb6bfbb69863b19cf6873d14fef59f559ef7 /net-im/gajim-devel
parent- Switch to py-pysqlite23 (diff)
- Switch to py-pysqlite23
- Bump PORTREVISION PR: 114028 Submitted by: Denis Shaposhnikov <dsh@vlink.ru> (maintainer)
Notes
Notes: svn path=/head/; revision=194328
Diffstat (limited to 'net-im/gajim-devel')
-rw-r--r--net-im/gajim-devel/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/net-im/gajim-devel/Makefile b/net-im/gajim-devel/Makefile
index bb4c9a6a78f0..0bab6a423571 100644
--- a/net-im/gajim-devel/Makefile
+++ b/net-im/gajim-devel/Makefile
@@ -7,6 +7,7 @@
PORTNAME= gajim
PORTVERSION= 20070621
+PORTREVISION= 1
CATEGORIES= net-im
MASTER_SITES= http://ports.internal.vlink.ru/distfiles/
PKGNAMESUFFIX= -devel
@@ -70,7 +71,7 @@ BROKEN= doesn\'t install
.if ${PYTHON_REL} >= 250
RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/_sqlite3.so:${PORTSDIR}/databases/py-sqlite3
.else
-RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/pysqlite2/__init__.py:${PORTSDIR}/databases/py-pysqlite21
+RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/pysqlite2/__init__.py:${PORTSDIR}/databases/py-pysqlite23
.endif
.include <bsd.port.post.mk>