aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2006-05-21 01:44:55 +0800
committermarcus <marcus@FreeBSD.org>2006-05-21 01:44:55 +0800
commit79c338101bfdf95e465af034728613616bcc634e (patch)
tree8ae03260bd2803d20d20645e2cde99446d95544c /devel
parent3fcd179c5c425be946a5bf984b980b018248d522 (diff)
downloadfreebsd-ports-gnome-79c338101bfdf95e465af034728613616bcc634e.tar.gz
freebsd-ports-gnome-79c338101bfdf95e465af034728613616bcc634e.tar.zst
freebsd-ports-gnome-79c338101bfdf95e465af034728613616bcc634e.zip
Add a missing dependency on py-libxml2.
Diffstat (limited to 'devel')
-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