From 8b9e6f0383e6d857397d2cc8a7c6d73f07d09fce Mon Sep 17 00:00:00 2001 From: perky Date: Fri, 1 Aug 2003 22:33:31 +0000 Subject: Fix hard-coded python2.2 dependency. --- net-im/imcom/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'net-im/imcom') 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 -- cgit