explicitly depend on python-expat, instead of just python

spotted by sturm@, thanks!
This commit is contained in:
jasper 2007-10-30 13:07:03 +00:00
parent 623d2a8032
commit 146a4adb9f
4 changed files with 16 additions and 8 deletions

View File

@ -1,8 +1,9 @@
# $OpenBSD: Makefile,v 1.1.1.1 2007/10/27 16:18:53 jasper Exp $
# $OpenBSD: Makefile,v 1.2 2007/10/30 13:07:03 jasper Exp $
COMMENT= flexible communications framework, xmpp component
DISTNAME= telepathy-gabble-0.6.0
PKGNAME= ${DISTNAME}p0
MASTER_SITES= http://telepathy.freedesktop.org/releases/telepathy-gabble/
@ -13,7 +14,8 @@ MODULES= devel/gettext \
lang/python
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= ::textproc/libxslt
RUN_DEPENDS= ${MODPY_EXPAT_DEPENDS} \
::textproc/libxslt
LIB_DEPENDS= loudmouth-1::net/loudmouth \
telepathy-glib::net/telepathy/telepathy-glib

View File

@ -1,8 +1,9 @@
# $OpenBSD: Makefile,v 1.1.1.1 2007/10/27 16:18:53 jasper Exp $
# $OpenBSD: Makefile,v 1.2 2007/10/30 13:07:03 jasper Exp $
COMMENT= flexible communications framework, glib bindings
DISTNAME= telepathy-glib-0.6.0
PKGNAME= ${DISTNAME}p0
SHARED_LIBS += telepathy-glib 0.0 # .3.1
SHARED_LIBS += telepathy-glib-unstable 0.0 # .0.0
@ -14,7 +15,8 @@ MODULES= devel/gettext \
lang/python
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= ::textproc/libxslt
RUN_DEPENDS= ${MODPY_EXPAT_DEPENDS} \
::textproc/libxslt
LIB_DEPENDS= dbus-glib-1::x11/dbus-glib
USE_GMAKE= Yes

View File

@ -1,8 +1,9 @@
# $OpenBSD: Makefile,v 1.1.1.1 2007/10/27 16:18:54 jasper Exp $
# $OpenBSD: Makefile,v 1.2 2007/10/30 13:07:03 jasper Exp $
COMMENT= flexible communications framework, IRC component
DISTNAME= telepathy-idle-0.1.2
PKGNAME= ${DISTNAME}p0
MASTER_SITES= http://telepathy.freedesktop.org/releases/telepathy-idle/
@ -13,7 +14,8 @@ MODULES= devel/gettext \
lang/python
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= ::textproc/libxslt
RUN_DEPENDS= ${MODPY_EXPAT_DEPENDS} \
::textproc/libxslt
LIB_DEPENDS= telepathy-glib::net/telepathy/telepathy-glib
USE_GMAKE= Yes

View File

@ -1,15 +1,17 @@
# $OpenBSD: Makefile,v 1.1.1.1 2007/10/27 16:18:54 jasper Exp $
# $OpenBSD: Makefile,v 1.2 2007/10/30 13:07:03 jasper Exp $
COMMENT= flexible communications framework, python bindings
DISTNAME= telepathy-python-0.14.0
PKGNAME= ${DISTNAME}p0
MASTER_SITES= http://telepathy.freedesktop.org/releases/telepathy-python/
MODULES= lang/python
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= ::devel/py-gobject \
RUN_DEPENDS= ${MODPY_EXPAT_DEPENDS} \
::devel/py-gobject \
::textproc/libxslt \
::net/pymsn \
::x11/dbus-python \