diff options
author | perky <perky@FreeBSD.org> | 2003-08-01 22:33:31 +0000 |
---|---|---|
committer | perky <perky@FreeBSD.org> | 2003-08-01 22:33:31 +0000 |
commit | 8b9e6f0383e6d857397d2cc8a7c6d73f07d09fce (patch) | |
tree | c718a03ac407c655a5ba336c6cd15a5dd475e076 /net-im | |
parent | aa19754bab6d6dd1e522691eeeb71b1c433ccebd (diff) | |
download | FreeBSD-ports-8b9e6f0383e6d857397d2cc8a7c6d73f07d09fce.zip FreeBSD-ports-8b9e6f0383e6d857397d2cc8a7c6d73f07d09fce.tar.gz |
Fix hard-coded python2.2 dependency.
Diffstat (limited to 'net-im')
-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 430a9d7..278a88c 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 |