diff options
author | Hye-Shik Chang <perky@FreeBSD.org> | 2003-11-04 18:08:47 +0000 |
---|---|---|
committer | Hye-Shik Chang <perky@FreeBSD.org> | 2003-11-04 18:08:47 +0000 |
commit | 974e862f68fd2de22060dfd7293c1902883b4f35 (patch) | |
tree | d2e377f54eec46f3278e1c4d3fb0f95af046fba0 /net-im | |
parent | Add dependency line for pyexpat as ${PYEXPAT} to provide adaptive (diff) |
Utilize ${PYEXPAT} which is introduced in bsd.python.mk 1.40.
Notes
Notes:
svn path=/head/; revision=93097
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/imcom/Makefile | 2 | ||||
-rw-r--r-- | net-im/py-jabber/Makefile | 2 |
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 |