diff options
author | joerg <joerg> | 2010-01-30 17:28:17 +0000 |
---|---|---|
committer | joerg <joerg> | 2010-01-30 17:28:17 +0000 |
commit | 6163853b8680d9fa26e5cc6cef74fba8d4c2de03 (patch) | |
tree | f04f15a9bbbbb88494dde179a1c1fb1fe086eca5 /chat | |
parent | cd2fd335418a2a1a70328ce8525372187558d8ea (diff) | |
download | pkgsrc-6163853b8680d9fa26e5cc6cef74fba8d4c2de03.tar.gz |
Depend on py-expat for build.
Diffstat (limited to 'chat')
-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 |