diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-05-20 17:44:55 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-05-20 17:44:55 +0000 |
commit | 93c95386bff9c63e214ae23017f41d7b733ccd15 (patch) | |
tree | 2770b4b026b6a9ecaeaa99d3bdc382a7152046a9 /devel/py-dbus | |
parent | d133ccf98b064e7d412cf48078b79c26ac67afd2 (diff) | |
download | ports-93c95386bff9c63e214ae23017f41d7b733ccd15.tar.gz ports-93c95386bff9c63e214ae23017f41d7b733ccd15.zip |
Notes
Diffstat (limited to 'devel/py-dbus')
-rw-r--r-- | devel/py-dbus/Makefile | 5 |
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 |