diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-06-27 17:46:46 +0800 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-06-27 17:46:46 +0800 |
commit | c75fc6f5a3a7920d662d970557aee09cae902fa1 (patch) | |
tree | 52eadb6bfbb69863b19cf6873d14fef59f559ef7 /net-im | |
parent | 57102a35fdee8aa27fed4b4ddddd5fdbd4b283f4 (diff) | |
download | freebsd-ports-gnome-c75fc6f5a3a7920d662d970557aee09cae902fa1.tar.gz freebsd-ports-gnome-c75fc6f5a3a7920d662d970557aee09cae902fa1.tar.zst freebsd-ports-gnome-c75fc6f5a3a7920d662d970557aee09cae902fa1.zip |
- Switch to py-pysqlite23
- Bump PORTREVISION
PR: 114028
Submitted by: Denis Shaposhnikov <dsh@vlink.ru> (maintainer)
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/gajim-devel/Makefile | 3 |
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> |