diff options
Diffstat (limited to 'net-im/imcom')
-rw-r--r-- | net-im/imcom/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-im/imcom/Makefile b/net-im/imcom/Makefile index 430a9d7ce6e0..278a88ca6001 100644 --- a/net-im/imcom/Makefile +++ b/net-im/imcom/Makefile @@ -12,7 +12,8 @@ MASTER_SITES= http://nafai.dyndns.org/files/ MAINTAINER= martijn@pacno.net COMMENT= IMCom is a command-line Jabber client written in Python -RUN_DEPENDS= ${LOCALBASE}/lib/python2.2/xml/parsers/expat.py:${PORTSDIR}/textproc/py-expat +BUILD_DEPENDS= ${PYTHONPREFIX_SITELIBDIR}/pyexpat.so:${PORTSDIR}/textproc/py-expat +RUN_DEPENDS= ${BUILD_DEPENDS} GNU_CONFIGURE= yes USE_PYTHON= yes |