svn commit: r454458 - head/lang/py-prolog

Mathieu Arnold mat at FreeBSD.org
Sat Nov 18 20:30:37 UTC 2017


Author: mat
Date: Sat Nov 18 20:30:35 2017
New Revision: 454458
URL: https://svnweb.freebsd.org/changeset/ports/454458

Log:
  This only works with 2.7.
  
  PR:		223071
  Reported by:	antoine
  Sponsored by:	Absolight

Modified:
  head/lang/py-prolog/Makefile   (contents, props changed)

Modified: head/lang/py-prolog/Makefile
==============================================================================
--- head/lang/py-prolog/Makefile	Sat Nov 18 20:29:08 2017	(r454457)
+++ head/lang/py-prolog/Makefile	Sat Nov 18 20:30:35 2017	(r454458)
@@ -17,7 +17,7 @@ RUN_DEPENDS=	swipl:lang/swi-pl
 
 BROKEN_amd64=	fails to build: can't link shared libraries to static
 
-USES=		python
+USES=		python:2.7
 USE_PYTHON=	distutils autoplist
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list