summaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
Diffstat (limited to 'net-im')
-rw-r--r--net-im/imcom/Makefile2
-rw-r--r--net-im/py-jabber/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/net-im/imcom/Makefile b/net-im/imcom/Makefile
index ee734fb26bc8..b1f8955551df 100644
--- a/net-im/imcom/Makefile
+++ b/net-im/imcom/Makefile
@@ -12,7 +12,7 @@ MASTER_SITES= http://nafai.dyndns.org/files/
MAINTAINER= martijn@pacno.net
COMMENT= IMCom is a command-line Jabber client written in Python
-BUILD_DEPENDS= ${PYTHONPREFIX_SITELIBDIR}/pyexpat.so:${PORTSDIR}/textproc/py-expat
+BUILD_DEPENDS= ${PYEXPAT}
RUN_DEPENDS= ${BUILD_DEPENDS}
GNU_CONFIGURE= yes
diff --git a/net-im/py-jabber/Makefile b/net-im/py-jabber/Makefile
index 483eca5ea07d..0f7a982face3 100644
--- a/net-im/py-jabber/Makefile
+++ b/net-im/py-jabber/Makefile
@@ -17,7 +17,7 @@ DISTNAME= jabberpy${PORTVERSION}-0
MAINTAINER= ports@FreeBSD.org
COMMENT= A Python Jabber library
-RUN_DEPENDS= ${PYTHON_SITELIBDIR}/pyexpat.so:${PORTSDIR}/textproc/py-expat
+RUN_DEPENDS= ${PYEXPAT}
USE_PYTHON= yes
USE_PYDISTUTILS= yes