diff options
author | wiz <wiz@pkgsrc.org> | 2015-07-11 15:38:23 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2015-07-11 15:38:23 +0000 |
commit | a1f46df2f8d0162dafa00a0f887afd74e6a51987 (patch) | |
tree | bcbeafac5d454a30e003a886ca7efc3e67291a5a /chat | |
parent | 71fe2ed5e0e7dff35950235bed894d58ff2b01cf (diff) | |
download | pkgsrc-a1f46df2f8d0162dafa00a0f887afd74e6a51987.tar.gz |
Does not build with python-3.x.
Diffstat (limited to 'chat')
-rw-r--r-- | chat/empathy/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/chat/empathy/Makefile b/chat/empathy/Makefile index 9f965019a21..b47a93a4b22 100644 --- a/chat/empathy/Makefile +++ b/chat/empathy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.70 2015/07/09 02:39:16 richard Exp $ +# $NetBSD: Makefile,v 1.71 2015/07/11 15:38:23 wiz Exp $ DISTNAME= empathy-2.34.0 PKGREVISION= 43 @@ -10,6 +10,8 @@ HOMEPAGE= http://live.gnome.org/Empathy COMMENT= Gnome instant messenger client LICENSE= gnu-gpl-v2 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 + GNU_CONFIGURE= yes USE_TOOLS+= gawk gmake gsed intltool msgfmt pkg-config USE_TOOLS+= autoconf msgmerge xgettext |