diff options
author | sem <sem@FreeBSD.org> | 2005-03-05 12:13:50 +0000 |
---|---|---|
committer | sem <sem@FreeBSD.org> | 2005-03-05 12:13:50 +0000 |
commit | 41cadd8dcf579622f3046f6ec90bcd5d3aece749 (patch) | |
tree | 775b0a1a391962a7e19d170cef43284af4af55d1 /net | |
parent | 589e3e219ad7a7b5b5e3247c2403cda4ef6cb781 (diff) | |
download | FreeBSD-ports-41cadd8dcf579622f3046f6ec90bcd5d3aece749.zip FreeBSD-ports-41cadd8dcf579622f3046f6ec90bcd5d3aece749.tar.gz |
- Add run dependence on py-libxml2
Submitted by: maintainer (irc)
Diffstat (limited to 'net')
-rw-r--r-- | net/py-pyxmpp/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/py-pyxmpp/Makefile b/net/py-pyxmpp/Makefile index d677262..90b5398 100644 --- a/net/py-pyxmpp/Makefile +++ b/net/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 |