diff options
Diffstat (limited to 'net-im/gajim-devel/Makefile')
-rw-r--r-- | net-im/gajim-devel/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-im/gajim-devel/Makefile b/net-im/gajim-devel/Makefile index 899b642f99ac..be17997f96d7 100644 --- a/net-im/gajim-devel/Makefile +++ b/net-im/gajim-devel/Makefile @@ -6,8 +6,7 @@ # PORTNAME= gajim -PORTVERSION= 0.8.2 -PORTREVISION= 1 +PORTVERSION= 0.9.1 CATEGORIES= net-im MASTER_SITES= http://www.gajim.org/downloads/ @@ -15,6 +14,7 @@ MAINTAINER= vsevolod@FreeBSD.org COMMENT= Gajim is a Jabber client based on a plugin system LIB_DEPENDS= gtkspell.0:${PORTSDIR}/textproc/gtkspell2 +RUN_DEPENDS= ${PYTHON_SITELIBDIR}/pysqlite2/__init__.py:${PORTSDIR}/databases/py-pysqlite21 USE_X_PREFIX= yes USE_PYTHON= 2.3+ |