aboutsummaryrefslogtreecommitdiff
path: root/devel/py-dbus
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2006-05-20 17:44:55 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2006-05-20 17:44:55 +0000
commit93c95386bff9c63e214ae23017f41d7b733ccd15 (patch)
tree2770b4b026b6a9ecaeaa99d3bdc382a7152046a9 /devel/py-dbus
parentd133ccf98b064e7d412cf48078b79c26ac67afd2 (diff)
downloadports-93c95386bff9c63e214ae23017f41d7b733ccd15.tar.gz
ports-93c95386bff9c63e214ae23017f41d7b733ccd15.zip
Notes
Diffstat (limited to 'devel/py-dbus')
-rw-r--r--devel/py-dbus/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/py-dbus/Makefile b/devel/py-dbus/Makefile
index b57ff76ce0f2..3051f5887ab9 100644
--- a/devel/py-dbus/Makefile
+++ b/devel/py-dbus/Makefile
@@ -5,7 +5,7 @@
# $FreeBSD$
#
-PORTREVISION= 0
+PORTREVISION= 1
CATEGORIES= devel gnome python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -14,7 +14,8 @@ COMMENT= Python interface to the D-BUS messaging system
BUILD_DEPENDS= pyrexc:${PORTSDIR}/devel/pyrex
LIB_DEPENDS= dbus-1.2:${PORTSDIR}/devel/dbus
-RUN_DEPENDS= pyrexc:${PORTSDIR}/devel/pyrex
+RUN_DEPENDS= pyrexc:${PORTSDIR}/devel/pyrex \
+ ${PYTHON_SITELIBDIR}/libxml2.py:${PORTSDIR}/textproc/py-libxml2
MASTERDIR= ${.CURDIR}/../dbus
BUILD_WRKSRC= ${WRKSRC}/python