1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-22 08:58:47 +00:00

Add dependency line for pyexpat as ${PYEXPAT} to provide adaptive

dependency for both of pre-2.3.2_2 and after-.
This commit is contained in:
Hye-Shik Chang 2003-11-04 18:07:03 +00:00
parent 62e80c6399
commit 360fced428
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=93096

View File

@ -312,6 +312,12 @@ PYNUMERIC= ${PYTHON_SITELIBDIR}/Numeric/Numeric.py:${PORTSDIR}/math/py-numeric
PYXML= ${PYTHON_SITELIBDIR}/_xmlplus/__init__.py:${PORTSDIR}/textproc/py-xml
.endif
.if defined(PYTHON_REL) && ${PYTHON_REL} < 232
PYEXPAT= ${PYTHON_SITELIBDIR}/pyexpat.so:${PORTSDIR}/textproc/py-expat
.else
PYEXPAT= ${PYTHON_LIBDIR}/lib-dynload/pyexpat.so:${PYTHON_PORTSDIR}
.endif
# dependencies
PYTHON_NO_DEPENDS?= NO