diff options
author | joerg <joerg@pkgsrc.org> | 2010-01-30 17:28:17 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2010-01-30 17:28:17 +0000 |
commit | aa1a7a69809e1b804e67cf69e2c458be65dfbe7d (patch) | |
tree | f04f15a9bbbbb88494dde179a1c1fb1fe086eca5 /chat/libtelepathy | |
parent | 41e65f95553b146164b77936ec32ec78567ed848 (diff) | |
download | pkgsrc-aa1a7a69809e1b804e67cf69e2c458be65dfbe7d.tar.gz |
Depend on py-expat for build.
Diffstat (limited to 'chat/libtelepathy')
-rw-r--r-- | chat/libtelepathy/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/chat/libtelepathy/Makefile b/chat/libtelepathy/Makefile index a218c29902c..7521194ea02 100644 --- a/chat/libtelepathy/Makefile +++ b/chat/libtelepathy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2009/08/29 11:33:36 obache Exp $ +# $NetBSD: Makefile,v 1.6 2010/01/30 17:28:17 joerg Exp $ # DISTNAME= libtelepathy-0.3.3 @@ -13,6 +13,8 @@ LICENSE= gnu-lgpl-v2.1 PKG_DESTDIR_SUPPORT= user-destdir +BUILD_DEPENDS+= ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat + GNU_CONFIGURE= yes USE_LIBTOOL= yes USE_TOOLS+= gmake pkg-config |