diff options
Diffstat (limited to 'chat/gajim/Makefile')
-rw-r--r-- | chat/gajim/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/chat/gajim/Makefile b/chat/gajim/Makefile index a3e6c13c3ec..71574cee484 100644 --- a/chat/gajim/Makefile +++ b/chat/gajim/Makefile @@ -1,5 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2013/10/10 14:42:02 ryoon Exp $ -# +# $NetBSD: Makefile,v 1.24 2014/01/25 10:29:57 wiz Exp $ DISTNAME= gajim-0.15 PKGREVISION= 11 @@ -16,6 +15,8 @@ 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 # py-gtk2 + .include "options.mk" USE_TOOLS+= gmake intltool pkg-config msgfmt |