mirror of
https://github.com/openbsd/ports.git
synced 2026-06-19 07:54:00 +02:00
16 lines
376 B
Makefile
16 lines
376 B
Makefile
BROKEN-sparc64= ./configure: error: no Python found.
|
|
|
|
UNIT_MODNAME= python${MODPY_VERSION}
|
|
UNIT_SHORTNAME= python
|
|
|
|
MODULES+= lang/python
|
|
CONFIGURE_ENV+= PYTHON_CONFIG=${MODPY_BIN}-config
|
|
|
|
WANTLIB= ${MODPY_WANTLIB} intl m pthread util
|
|
LIB_DEPENDS= ${MODPY_LIB_DEPENDS}
|
|
|
|
post-configure:
|
|
cd ${WRKSRC} && ./configure python --config=${MODPY_BIN}-config
|
|
|
|
.include <bsd.port.mk>
|