pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/sysutils/py-dbus this needs py-libxml2 at runtime to w...
details: https://anonhg.NetBSD.org/pkgsrc/rev/e6987f31ecbf
branches: trunk
changeset: 524278:e6987f31ecbf
user: drochner <drochner%pkgsrc.org@localhost>
date: Mon Jan 22 17:25:31 2007 +0000
description:
this needs py-libxml2 at runtime to work -- add a dependency
bump PKGREVISION
diffstat:
sysutils/py-dbus/Makefile | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diffs (21 lines):
diff -r b8bf1128043e -r e6987f31ecbf sysutils/py-dbus/Makefile
--- a/sysutils/py-dbus/Makefile Mon Jan 22 17:20:45 2007 +0000
+++ b/sysutils/py-dbus/Makefile Mon Jan 22 17:25:31 2007 +0000
@@ -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 @@
.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"
Home |
Main Index |
Thread Index |
Old Index