summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2007-01-22 17:25:31 +0000
committerdrochner <drochner@pkgsrc.org>2007-01-22 17:25:31 +0000
commit18b11603d6ccb9b3550fd753af375fa9e5332e34 (patch)
treebb9ac31cc94cb5a8efaa852a2c43f3ae7d9a616c /sysutils
parent14932a289da5362e37cf2ba7704beef11d5c548f (diff)
downloadpkgsrc-18b11603d6ccb9b3550fd753af375fa9e5332e34.tar.gz
this needs py-libxml2 at runtime to work -- add a dependency
bump PKGREVISION
Diffstat (limited to 'sysutils')
-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"