mirror of
https://git.freebsd.org/ports.git
synced 2025-05-13 07:41:50 -04:00
www/py-http-parser: fix build
cython dependency not available at post-patch stage. Use post-configure instead
This commit is contained in:
parent
ae8b261a09
commit
3d175496a1
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||||
USES= python
|
USES= python
|
||||||
USE_PYTHON= autoplist cython distutils
|
USE_PYTHON= autoplist cython distutils
|
||||||
|
|
||||||
post-patch:
|
post-configure:
|
||||||
cython-${PYTHON_VER} ${WRKSRC}/http_parser/parser.pyx
|
cython-${PYTHON_VER} ${WRKSRC}/http_parser/parser.pyx
|
||||||
|
|
||||||
post-install:
|
post-install:
|
||||||
|
|
Loading…
Add table
Reference in a new issue