svn commit: r485193 - head/textproc/retext

Tilman Keskinoz arved at FreeBSD.org
Sat Nov 17 20:29:35 UTC 2018


Author: arved
Date: Sat Nov 17 20:29:33 2018
New Revision: 485193
URL: https://svnweb.freebsd.org/changeset/ports/485193

Log:
  Add noflavors
  
  Reported by:	tcberner

Modified:
  head/textproc/retext/Makefile

Modified: head/textproc/retext/Makefile
==============================================================================
--- head/textproc/retext/Makefile	Sat Nov 17 20:27:32 2018	(r485192)
+++ head/textproc/retext/Makefile	Sat Nov 17 20:29:33 2018	(r485193)
@@ -18,7 +18,7 @@ USES=		python:3.2+ desktop-file-utils pyqt:5
 USE_GITHUB=	yes
 GH_ACCOUNT=	retext-project
 GH_PROJECT=	retext
-USE_PYTHON=	distutils
+USE_PYTHON=	distutils noflavors
 USE_PYQT=	core_run sip_run gui_run widgets_run printsupport_run \
 		network_run
 


More information about the svn-ports-all mailing list