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/py-jabber/Makefile | |
parent | Add dependency line for pyexpat as ${PYEXPAT} to provide adaptive (diff) |
Utilize ${PYEXPAT} which is introduced in bsd.python.mk 1.40.
Diffstat (limited to '')
-rw-r--r-- | net-im/py-jabber/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |