svn commit: r551182 - head/www/npm

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri Oct 2 13:17:56 UTC 2020


Author: sunpoet
Date: Fri Oct  2 13:17:54 2020
New Revision: 551182
URL: https://svnweb.freebsd.org/changeset/ports/551182

Log:
  Clean up Makefile
  
  There is no flavor in this port, therefore USE_PYTHON=noflavors is no-op.

Modified:
  head/www/npm/Makefile

Modified: head/www/npm/Makefile
==============================================================================
--- head/www/npm/Makefile	Fri Oct  2 13:17:49 2020	(r551181)
+++ head/www/npm/Makefile	Fri Oct  2 13:17:54 2020	(r551182)
@@ -15,7 +15,6 @@ LICENSE_FILE=	${WRKSRC}/lib/node_modules/npm/LICENSE
 RUN_DEPENDS=	gmake:devel/gmake
 
 USES=		cpe python:3.5+ shebangfix tar:xz
-USE_PYTHON=	noflavors
 
 NO_ARCH=	yes
 NO_BUILD=	yes


More information about the svn-ports-head mailing list