svn commit: r489330 - head/www/halberd

Antoine Brodin antoine at FreeBSD.org
Sat Jan 5 13:14:20 UTC 2019


Author: antoine
Date: Sat Jan  5 13:14:19 2019
New Revision: 489330
URL: https://svnweb.freebsd.org/changeset/ports/489330

Log:
  www/halberd is not compatible with python3
  
  PR:		234633

Modified:
  head/www/halberd/Makefile

Modified: head/www/halberd/Makefile
==============================================================================
--- head/www/halberd/Makefile	Sat Jan  5 13:10:55 2019	(r489329)
+++ head/www/halberd/Makefile	Sat Jan  5 13:14:19 2019	(r489330)
@@ -11,7 +11,7 @@ COMMENT=	HTTP load balancer detection tool
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-USES=		python
+USES=		python:2.7
 USE_PYTHON=	distutils noflavors autoplist
 NO_ARCH=	yes
 


More information about the svn-ports-head mailing list