Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 2 Oct 2020 13:17:55 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r551182 - head/www/npm
Message-ID:  <202010021317.092DHtg3029629@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202010021317.092DHtg3029629>