svn commit: r489491 - head/sysutils/zsm

Tobias C. Berner tcberner at FreeBSD.org
Sun Jan 6 13:09:52 UTC 2019


Author: tcberner
Date: Sun Jan  6 13:09:51 2019
New Revision: 489491
URL: https://svnweb.freebsd.org/changeset/ports/489491

Log:
  sysutils/zsm: USE_PYTHON=noflavors
  
  [00:01:51] Warning: (sysutils/zsm at py37): Error: Duplicated origin for zsm-0.2.0: sysutils/zsm at py37 AND sysutils/zsm. Rerun with -v to see which ports are depending on these.
  
  Approved by:	portmgr (antoine)

Modified:
  head/sysutils/zsm/Makefile

Modified: head/sysutils/zsm/Makefile
==============================================================================
--- head/sysutils/zsm/Makefile	Sun Jan  6 13:08:56 2019	(r489490)
+++ head/sysutils/zsm/Makefile	Sun Jan  6 13:09:51 2019	(r489491)
@@ -17,7 +17,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}click>=6.7:devel/p
 TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytest>=3.6.4:devel/py-pytest@${PY_FLAVOR}
 
 USES=		python:3.6+
-USE_PYTHON=	autoplist distutils
+USE_PYTHON=	autoplist distutils noflavors
 
 NO_ARCH=	yes
 


More information about the svn-ports-head mailing list