svn commit: r456139 - head/sysutils/lfm

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


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

Log:
  Disable python flavor

Modified:
  head/sysutils/lfm/Makefile

Modified: head/sysutils/lfm/Makefile
==============================================================================
--- head/sysutils/lfm/Makefile	Tue Dec 12 13:33:20 2017	(r456138)
+++ head/sysutils/lfm/Makefile	Tue Dec 12 13:33:25 2017	(r456139)
@@ -14,7 +14,7 @@ LICENSE=	GPLv3+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
 NO_ARCH=	yes
-USE_PYTHON=	autoplist distutils optsuffix
+USE_PYTHON=	autoplist distutils noflavors
 USES=		python:3.4+
 
 PLIST_FILES=	man/man1/lfm.1.gz


More information about the svn-ports-head mailing list