git: 02e1533b3590 - 2025Q3 - devel/py-jupyterlab-widgets: clean up port Makefile
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 19 Jul 2025 20:07:46 UTC
The branch 2025Q3 has been updated by makc: URL: https://cgit.FreeBSD.org/ports/commit/?id=02e1533b35904352202c227e463abff17bb187af commit 02e1533b35904352202c227e463abff17bb187af Author: Max Brazhnikov <makc@FreeBSD.org> AuthorDate: 2025-07-19 20:07:24 +0000 Commit: Max Brazhnikov <makc@FreeBSD.org> CommitDate: 2025-07-19 20:07:24 +0000 devel/py-jupyterlab-widgets: clean up port Makefile PR: 288033 Reported by: Chad Jacob Milios (cherry picked from commit 0fe33d5b0268a4dce8774c82d8d0aceeb748e0d2) --- devel/py-jupyterlab-widgets/Makefile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/devel/py-jupyterlab-widgets/Makefile b/devel/py-jupyterlab-widgets/Makefile index 18c6b3e3f16c..846eb64fbcb5 100644 --- a/devel/py-jupyterlab-widgets/Makefile +++ b/devel/py-jupyterlab-widgets/Makefile @@ -22,8 +22,4 @@ USE_PYTHON= autoplist pep517 NO_ARCH= yes -PYDISTUTILS_CONFIGUREARGS= --skip-npm -PYDISTUTILS_BUILDARGS= --skip-npm -PYDISTUTILS_INSTALLARGS= --skip-npm - .include <bsd.port.mk>