summaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorSergey Matveychuk <sem@FreeBSD.org>2005-03-05 12:13:50 +0000
committerSergey Matveychuk <sem@FreeBSD.org>2005-03-05 12:13:50 +0000
commit6545bba599368173adcf4bc6edd53cbe4fbf3839 (patch)
tree0e3dd0b71a3662c2c3b25f551052adc31ecb63a7 /net-im
parentupdate to 1.9.4 (diff)
- Add run dependence on py-libxml2
Submitted by: maintainer (irc)
Notes
Notes: svn path=/head/; revision=130406
Diffstat (limited to 'net-im')
-rw-r--r--net-im/py-pyxmpp/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/net-im/py-pyxmpp/Makefile b/net-im/py-pyxmpp/Makefile
index d6772627460b..90b53985be58 100644
--- a/net-im/py-pyxmpp/Makefile
+++ b/net-im/py-pyxmpp/Makefile
@@ -15,6 +15,7 @@ MAINTAINER= vsevolod@highsecure.ru
COMMENT= A Python XMPP library
LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2:install
+RUN_DEPENDS= ${PYTHON_SITELIBDIR}/libxml2.py:${PORTSDIR}/textproc/py-libxml2
USE_PYTHON= 2.3+
USE_PYDISTUTILS= yes