svn commit: r470822 - head/www/py-searx

Antoine Brodin antoine at FreeBSD.org
Fri May 25 07:20:05 UTC 2018


Author: antoine
Date: Fri May 25 07:20:04 2018
New Revision: 470822
URL: https://svnweb.freebsd.org/changeset/ports/470822

Log:
  py-searx is not compatible with python3

Modified:
  head/www/py-searx/Makefile

Modified: head/www/py-searx/Makefile
==============================================================================
--- head/www/py-searx/Makefile	Fri May 25 06:38:46 2018	(r470821)
+++ head/www/py-searx/Makefile	Fri May 25 07:20:04 2018	(r470822)
@@ -25,8 +25,8 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}certifi>0:security
 		${PYTHON_PKGNAMEPREFIX}yaml>0:devel/py-yaml@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}werkzeug>0:www/py-werkzeug@${PY_FLAVOR}
 
-USES=		python
-USE_PYTHON=	distutils autoplist noflavors
+USES=		python:2.7
+USE_PYTHON=	distutils autoplist
 NO_ARCH=	yes
 USE_RC_SUBR=	searx
 


More information about the svn-ports-all mailing list