aboutsummaryrefslogtreecommitdiff
path: root/deskutils
diff options
context:
space:
mode:
authorAlexander Nedotsukov <bland@FreeBSD.org>2008-09-25 02:44:43 +0000
committerAlexander Nedotsukov <bland@FreeBSD.org>2008-09-25 02:44:43 +0000
commitb945e82d073296eb538c0f98962950086b11a779 (patch)
treec885a45cae31ed74d9362605922b235f78b7a0fb /deskutils
parente99b46ebb0c99d28afd7fae68f18f390eb41219c (diff)
downloadports-b945e82d073296eb538c0f98962950086b11a779.tar.gz
ports-b945e82d073296eb538c0f98962950086b11a779.zip
Change the way we depend on py-vobject.
__init__.py is not mandatory and does not indicate minimum version requirement.
Notes
Notes: svn path=/head/; revision=220744
Diffstat (limited to 'deskutils')
-rw-r--r--deskutils/conduit/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/deskutils/conduit/Makefile b/deskutils/conduit/Makefile
index ea42f0dee9cb..ed39cf83f1f7 100644
--- a/deskutils/conduit/Makefile
+++ b/deskutils/conduit/Makefile
@@ -17,14 +17,14 @@ BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/goocanvasmodule.so:${PORTSDIR}/graphics/py-g
${PYTHON_SITELIBDIR}/elementtree/__init__.py:${PORTSDIR}/devel/py-elementtree \
${PYTHON_SITELIBDIR}/pysqlite2/__init__.py:${PORTSDIR}/databases/py-pysqlite23 \
xmlproc_parse:${PORTSDIR}/textproc/py-xml \
- ${PYTHON_SITELIBDIR}/vobject/__init__.py:${PORTSDIR}/deskutils/py-vobject \
+ py*-vobject>=0.4.8:${PORTSDIR}/deskutils/py-vobject \
${LOCALBASE}/libdata/pkgconfig/dbus-python.pc:${PORTSDIR}/devel/py-dbus
LIB_DEPENDS= dbus-1.3:${PORTSDIR}/devel/dbus
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/goocanvasmodule.so:${PORTSDIR}/graphics/py-goocanvas \
${PYTHON_SITELIBDIR}/elementtree/__init__.py:${PORTSDIR}/devel/py-elementtree \
${PYTHON_SITELIBDIR}/pysqlite2/__init__.py:${PORTSDIR}/databases/py-pysqlite23 \
xmlproc_parse:${PORTSDIR}/textproc/py-xml \
- ${PYTHON_SITELIBDIR}/vobject/__init__.py:${PORTSDIR}/deskutils/py-vobject \
+ py*-vobject>=0.4.8:${PORTSDIR}/deskutils/py-vobject \
firefox:${PORTSDIR}/www/firefox \
${LOCALBASE}/libdata/pkgconfig/dbus-python.pc:${PORTSDIR}/devel/py-dbus \
xdg-open:${PORTSDIR}/devel/xdg-utils