mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-17 08:01:36 +00:00
- Switch to py-pysqlite23
- Bump PORTREVISION PR: 114028 Submitted by: Denis Shaposhnikov <dsh@vlink.ru> (maintainer)
This commit is contained in:
parent
57102a35fd
commit
c75fc6f5a3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=194328
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user