diff options
author | wiz <wiz@pkgsrc.org> | 2016-07-09 13:03:30 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2016-07-09 13:03:30 +0000 |
commit | 73a050fbf4b1aba6dbcff75747e1766c48b302b6 (patch) | |
tree | 473944cd20a247c446b37ecb6fe2c4802cb044cd /chat/gajim | |
parent | 6724f0d53dfe6d56f8a0809e2414e88e0a55ab96 (diff) | |
download | pkgsrc-73a050fbf4b1aba6dbcff75747e1766c48b302b6.tar.gz |
Remove python33: adapt all packages that refer to it.
Diffstat (limited to 'chat/gajim')
-rw-r--r-- | chat/gajim/Makefile | 4 | ||||
-rw-r--r-- | chat/gajim/options.mk | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/chat/gajim/Makefile b/chat/gajim/Makefile index 50334eaed0d..9dadc323e66 100644 --- a/chat/gajim/Makefile +++ b/chat/gajim/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2015/12/05 21:25:30 adam Exp $ +# $NetBSD: Makefile,v 1.29 2016/07/09 13:03:32 wiz Exp $ DISTNAME= gajim-0.15 PKGREVISION= 13 @@ -15,7 +15,7 @@ DEPENDS= ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat DEPENDS= ${PYPKGPREFIX}-dbus>=0.81:../../sysutils/py-dbus DEPENDS= ${PYPKGPREFIX}-sqlite3-[0-9]*:../../databases/py-sqlite3 -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-gtk2 .include "options.mk" diff --git a/chat/gajim/options.mk b/chat/gajim/options.mk index 9c3077717a1..85cedbef81e 100644 --- a/chat/gajim/options.mk +++ b/chat/gajim/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.6 2015/12/05 21:25:30 adam Exp $ +# $NetBSD: options.mk,v 1.7 2016/07/09 13:03:32 wiz Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.gajim PKG_SUPPORTED_OPTIONS= avahi gnome gnome-keyring ssl @@ -20,7 +20,7 @@ DEPENDS+= avahi-[0-9]*:../../net/avahi # gnome .if !empty(PKG_OPTIONS:Mgnome) DEPENDS+= ${PYPKGPREFIX}-gnome2-[0-9]*:../../x11/py-gnome2 -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-ORBit via py-gnome2 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-ORBit via py-gnome2 .endif # gnome-keyring |