svn commit: r456138 - head/net-mgmt/2ping

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue Dec 12 13:33:32 UTC 2017


Author: sunpoet
Date: Tue Dec 12 13:33:20 2017
New Revision: 456138
URL: https://svnweb.freebsd.org/changeset/ports/456138

Log:
  Disable python flavor

Modified:
  head/net-mgmt/2ping/Makefile

Modified: head/net-mgmt/2ping/Makefile
==============================================================================
--- head/net-mgmt/2ping/Makefile	Tue Dec 12 13:33:15 2017	(r456137)
+++ head/net-mgmt/2ping/Makefile	Tue Dec 12 13:33:20 2017	(r456138)
@@ -13,7 +13,7 @@ LICENSE=	GPLv2+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
 NO_ARCH=	yes
-USE_PYTHON=	autoplist distutils optsuffix
+USE_PYTHON=	autoplist distutils noflavors
 USES=		python:3.4+
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list