From 974e862f68fd2de22060dfd7293c1902883b4f35 Mon Sep 17 00:00:00 2001 From: Hye-Shik Chang Date: Tue, 4 Nov 2003 18:08:47 +0000 Subject: Utilize ${PYEXPAT} which is introduced in bsd.python.mk 1.40. --- net-im/imcom/Makefile | 2 +- net-im/py-jabber/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'net-im') 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 -- cgit v1.2.3