diff options
author | drochner <drochner@pkgsrc.org> | 2010-07-22 08:31:35 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2010-07-22 08:31:35 +0000 |
commit | f234df9553812668d6fcde64b846d9831c3df696 (patch) | |
tree | 45da3c1a423701ade9fc382ffc38c8616052e01d /chat | |
parent | a0bd8606c073d0bd29b656c9d1add06bdcc86326 (diff) | |
download | pkgsrc-f234df9553812668d6fcde64b846d9831c3df696.tar.gz |
needs py-expat to build, seen in bulk build
Diffstat (limited to 'chat')
-rw-r--r-- | chat/telepathy-mission-control5/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/chat/telepathy-mission-control5/Makefile b/chat/telepathy-mission-control5/Makefile index 1192e7f59cf..ab2731c6384 100644 --- a/chat/telepathy-mission-control5/Makefile +++ b/chat/telepathy-mission-control5/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2010/07/09 09:46:49 drochner Exp $ +# $NetBSD: Makefile,v 1.2 2010/07/22 08:31:35 drochner Exp $ # DISTNAME= telepathy-mission-control-5.5.1 @@ -30,6 +30,8 @@ CONFIGURE_ARGS+= --enable-gnome-keyring # needs py-twisted # TEST_TARGET= check +BUILD_DEPENDS+= ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat + .include "../../chat/telepathy-glib/buildlink3.mk" .include "../../devel/glib2/buildlink3.mk" .include "../../lang/python/application.mk" |