diff options
Diffstat (limited to 'chat/telepathy-farsight/Makefile')
-rw-r--r-- | chat/telepathy-farsight/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chat/telepathy-farsight/Makefile b/chat/telepathy-farsight/Makefile index 558336cd2b2..726d298edfc 100644 --- a/chat/telepathy-farsight/Makefile +++ b/chat/telepathy-farsight/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.38 2014/05/05 00:47:41 ryoon Exp $ +# $NetBSD: Makefile,v 1.39 2014/05/09 07:36:55 wiz Exp $ DISTNAME= telepathy-farsight-0.0.16 PKGREVISION= 21 @@ -19,7 +19,7 @@ CFLAGS.SunOS+= -std=c99 -D_XOPEN_SOURCE=600 PKGCONFIG_OVERRIDE+= telepathy-farsight/telepathy-farsight.pc.in PY_PATCHPLIST= yes -PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-gtk2, py-gstreamer0.10 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-gtk2, py-gstreamer0.10 .include "../../lang/python/extension.mk" |