diff options
Diffstat (limited to 'chat/gajim/options.mk')
-rw-r--r-- | chat/gajim/options.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chat/gajim/options.mk b/chat/gajim/options.mk index e849e3851fa..8c7381280ba 100644 --- a/chat/gajim/options.mk +++ b/chat/gajim/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.3 2012/04/17 20:57:09 gls Exp $ +# $NetBSD: options.mk,v 1.4 2014/01/25 10:29:57 wiz Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.gajim PKG_SUPPORTED_OPTIONS= avahi gnome gnome-keyring ssl @@ -20,6 +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 # py-ORBit via py-gnome2 .endif # gnome-keyring |