diff options
author | joerg <joerg> | 2008-12-21 09:55:04 +0000 |
---|---|---|
committer | joerg <joerg> | 2008-12-21 09:55:04 +0000 |
commit | 3a6464e41542717c8b30024d336a661ab10f27a8 (patch) | |
tree | c33308b063c400c75448a064335dfbd97a1d5889 /chat/telepathy-glib | |
parent | 760ce0489827ec55fb10ce6274a293c188cbaa85 (diff) | |
download | pkgsrc-3a6464e41542717c8b30024d336a661ab10f27a8.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" |