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