summaryrefslogtreecommitdiff
path: root/chat/telepathy-qt
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2015-12-23 12:38:56 +0000
committerjoerg <joerg@pkgsrc.org>2015-12-23 12:38:56 +0000
commitd87e0b490c566bcfcc8cdda149ba74dfaf98f42e (patch)
tree030adb10f442e9ea8b0f66c000402c0b2a2124a8 /chat/telepathy-qt
parent713885dade741a034999e280d1a4a2716ac2fb13 (diff)
downloadpkgsrc-d87e0b490c566bcfcc8cdda149ba74dfaf98f42e.tar.gz
py-expat is required for building.
Diffstat (limited to 'chat/telepathy-qt')
-rw-r--r--chat/telepathy-qt/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/chat/telepathy-qt/Makefile b/chat/telepathy-qt/Makefile
index 036b13acc8c..e9e1e7ca413 100644
--- a/chat/telepathy-qt/Makefile
+++ b/chat/telepathy-qt/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2015/12/01 13:11:49 jaapb Exp $
+# $NetBSD: Makefile,v 1.2 2015/12/23 12:38:56 joerg Exp $
DISTNAME= telepathy-qt-0.9.6.1
CATEGORIES= chat
@@ -17,10 +17,16 @@ PKGCONFIG_OVERRIDE+= TelepathyQt/TelepathyQt.pc.in
PKGCONFIG_OVERRIDE+= TelepathyQt/TelepathyQtService.pc.in
PKGCONFIG_OVERRIDE+= TelepathyQt/Farstream/TelepathyQtFarstream.pc.in
+
+PYTHON_FOR_BUILD_ONLY= yes
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 0.24.1
+BUILD_DEPENDS+= ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat
+
.include "../../chat/telepathy-farstream/buildlink3.mk"
BUILDLINK_API_DEPENDS.telepathy-glib+= telepathy-glib>=0.18.0
.include "../../chat/telepathy-glib/buildlink3.mk"
.include "../../devel/glib2/buildlink3.mk"
+.include "../../lang/python/application.mk"
.include "../../multimedia/gstreamer1/buildlink3.mk"
.include "../../sysutils/dbus/buildlink3.mk"
.include "../../sysutils/dbus-glib/buildlink3.mk"