summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--net-im/imcom/Makefile3
-rw-r--r--net/imcom/Makefile3
2 files changed, 4 insertions, 2 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
diff --git a/net/imcom/Makefile b/net/imcom/Makefile
index 430a9d7ce6e0..278a88ca6001 100644
--- a/net/imcom/Makefile
+++ b/net/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