diff options
Diffstat (limited to 'chat/telepathy-glib')
-rw-r--r-- | chat/telepathy-glib/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chat/telepathy-glib/Makefile b/chat/telepathy-glib/Makefile index 111a9800d4e..dc58a1b2bdb 100644 --- a/chat/telepathy-glib/Makefile +++ b/chat/telepathy-glib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.43 2016/04/10 19:38:52 prlw1 Exp $ +# $NetBSD: Makefile,v 1.44 2016/07/09 13:03:33 wiz Exp $ DISTNAME= telepathy-glib-0.24.1 PKGREVISION= 4 @@ -22,7 +22,7 @@ PKGCONFIG_OVERRIDE+= telepathy-glib/telepathy-glib.pc.in PYTHON_FOR_BUILD_ONLY= yes CONFIGURE_ENV+= ac_cv_prog_PYTHON=${PYTHONBIN} REPLACE_PYTHON+= tests/all-errors-documented.py -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 0.24.1 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 0.24.1 TEST_TARGET= check BUILDLINK_API_DEPENDS.glib2+= glib2>=2.36 |