git: 0fe33d5b0268 - main - devel/py-jupyterlab-widgets: clean up port Makefile
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 16 Jul 2025 11:50:33 UTC
The branch main has been updated by makc:
URL: https://cgit.FreeBSD.org/ports/commit/?id=0fe33d5b0268a4dce8774c82d8d0aceeb748e0d2
commit 0fe33d5b0268a4dce8774c82d8d0aceeb748e0d2
Author: Max Brazhnikov <makc@FreeBSD.org>
AuthorDate: 2025-07-16 11:47:55 +0000
Commit: Max Brazhnikov <makc@FreeBSD.org>
CommitDate: 2025-07-16 11:50:05 +0000
devel/py-jupyterlab-widgets: clean up port Makefile
PR: 288033
Reported by: Chad Jacob Milios
---
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>