git: 9ff6d0e427d3 - main - www/py-django42: unbreak build with HTMLDOCS on (+)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 22 Apr 2024 21:35:49 UTC
The branch main has been updated by fluffy: URL: https://cgit.FreeBSD.org/ports/commit/?id=9ff6d0e427d3ef4cbcab3f45b501f560db64bd65 commit 9ff6d0e427d3ef4cbcab3f45b501f560db64bd65 Author: Dima Panov <fluffy@FreeBSD.org> AuthorDate: 2024-04-22 17:41:37 +0000 Commit: Dima Panov <fluffy@FreeBSD.org> CommitDate: 2024-04-22 17:50:57 +0000 www/py-django42: unbreak build with HTMLDOCS on (+) docs/Makefile composed with gmake instructions, so call gmake as build dependency when needed Reported by: poudriere failure Approved by: portmgr blanket (trivial build fix) --- www/py-django42/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/www/py-django42/Makefile b/www/py-django42/Makefile index d5ec2ffcdd78..ac2b11be1d3b 100644 --- a/www/py-django42/Makefile +++ b/www/py-django42/Makefile @@ -48,12 +48,13 @@ HTMLDOCS_DESC= Install HTML documentation (requires Sphinx) HTMLDOCS_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sphinx>=0,1:textproc/py-sphinx@${PY_FLAVOR} HTMLDOCS_IMPLIES= DOCS +HTMLDOCS_USES= gmake PGSQL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}psycopg2>0:databases/py-psycopg2@${PY_FLAVOR} MYSQL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mysqlclient>=1.3.13:databases/py-mysqlclient@${PY_FLAVOR} SQLITE_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR} post-build-HTMLDOCS-on: - cd ${WRKSRC}/docs && ${MAKE} html SPHINXBUILD=sphinx-build-${PYTHON_VER} + cd ${WRKSRC}/docs && ${GMAKE} html SPHINXBUILD=sphinx-build-${PYTHON_VER} post-install: ${INSTALL_MAN} ${WRKSRC}/docs/man/* ${STAGEDIR}/${PREFIX}/share/man/man1