summaryrefslogtreecommitdiff
path: root/sysutils/py-dbus
diff options
context:
space:
mode:
authordrochner <drochner>2007-01-22 17:25:31 +0000
committerdrochner <drochner>2007-01-22 17:25:31 +0000
commit4d2e42e6d6a5f14aa152d12746a1ca38eeff7e18 (patch)
treebb9ac31cc94cb5a8efaa852a2c43f3ae7d9a616c /sysutils/py-dbus
parent5f48d952eba4d52096e1f6d05c6f9feb06559acf (diff)
downloadpkgsrc-4d2e42e6d6a5f14aa152d12746a1ca38eeff7e18.tar.gz
this needs py-libxml2 at runtime to work -- add a dependency
bump PKGREVISION
Diffstat (limited to 'sysutils/py-dbus')
-rw-r--r--sysutils/py-dbus/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/sysutils/py-dbus/Makefile b/sysutils/py-dbus/Makefile
index 779800a4045..4415c98f89c 100644
--- a/sysutils/py-dbus/Makefile
+++ b/sysutils/py-dbus/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.7 2006/08/23 09:45:58 jmmv Exp $
+# $NetBSD: Makefile,v 1.8 2007/01/22 17:25:31 drochner Exp $
#
DISTNAME= dbus-python-0.71
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/-python//}
+PKGREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= http://freedesktop.org/software/dbus/releases/
@@ -23,4 +24,6 @@ PY_PATCHPLIST= YES
.include "../../lang/python/extension.mk"
.include "../../sysutils/dbus/buildlink3.mk"
.include "../../sysutils/dbus-glib/buildlink3.mk"
+# py-libxml2 is only needed at runtime
+.include "../../textproc/py-libxml2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"