diff options
Diffstat (limited to 'chat/telepathy-gabble/Makefile')
-rw-r--r-- | chat/telepathy-gabble/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chat/telepathy-gabble/Makefile b/chat/telepathy-gabble/Makefile index 8d147508f7d..7f5c9e0d338 100644 --- a/chat/telepathy-gabble/Makefile +++ b/chat/telepathy-gabble/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.59 2018/04/17 22:29:35 wiz Exp $ +# $NetBSD: Makefile,v 1.60 2018/07/03 05:03:04 adam Exp $ DISTNAME= telepathy-gabble-0.18.3 PKGREVISION= 10 @@ -18,7 +18,7 @@ USE_LIBTOOL= yes USE_TOOLS+= gmake pkg-config CONFIGURE_ENV+= UUID_CFLAGS=" " UUID_LIBS=" " -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 0.11.10 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # not yet ported as of 0.11.10 REPLACE_PYTHON+= plugins/telepathy-gabble-xmpp-console .include "../../mk/compiler.mk" |