diff options
author | joerg <joerg@pkgsrc.org> | 2008-12-21 09:55:04 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2008-12-21 09:55:04 +0000 |
commit | ec662d1b630c8cd96b5f7f0e3d7af65a5a6dfe5e (patch) | |
tree | c33308b063c400c75448a064335dfbd97a1d5889 /chat/telepathy-glib | |
parent | 3fa4f310fcc8e7a852757650d6b0f364cc9aa7e7 (diff) | |
download | pkgsrc-ec662d1b630c8cd96b5f7f0e3d7af65a5a6dfe5e.tar.gz |
Needs py-expat for building.
Diffstat (limited to 'chat/telepathy-glib')
-rw-r--r-- | chat/telepathy-glib/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/chat/telepathy-glib/Makefile b/chat/telepathy-glib/Makefile index 95396572c49..98212dd53ff 100644 --- a/chat/telepathy-glib/Makefile +++ b/chat/telepathy-glib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2008/11/14 22:57:10 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2008/12/21 09:55:04 joerg Exp $ # DISTNAME= telepathy-glib-0.7.18 @@ -15,6 +15,8 @@ USE_TOOLS+= gmake pkg-config PKGCONFIG_OVERRIDE+= telepathy-glib/telepathy-glib.pc.in +BUILD_DEPENDS+= ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat + BUILDLINK_API_DEPENDS.glib2+= glib2>=2.16.0 .include "../../devel/glib2/buildlink3.mk" .include "../../lang/python/application.mk" |