diff options
author | wiz <wiz> | 2015-07-11 15:38:23 +0000 |
---|---|---|
committer | wiz <wiz> | 2015-07-11 15:38:23 +0000 |
commit | 9e413e4262e25768aafe95042d76a503856234d9 (patch) | |
tree | bcbeafac5d454a30e003a886ca7efc3e67291a5a /chat/empathy | |
parent | 84c660742daaa5d1e7fdf7ede136eac88595143e (diff) | |
download | pkgsrc-9e413e4262e25768aafe95042d76a503856234d9.tar.gz |
Does not build with python-3.x.
Diffstat (limited to 'chat/empathy')
-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 |