svn commit: r497972 - head/devel/py-jcc

Dmitry Marakasov amdmi3 at FreeBSD.org
Fri Apr 5 16:55:25 UTC 2019


Author: amdmi3
Date: Fri Apr  5 16:55:24 2019
New Revision: 497972
URL: https://svnweb.freebsd.org/changeset/ports/497972

Log:
  - Document incompatibility with python 3.7+
  
  Approved by:	portmgr blanket

Modified:
  head/devel/py-jcc/Makefile

Modified: head/devel/py-jcc/Makefile
==============================================================================
--- head/devel/py-jcc/Makefile	Fri Apr  5 16:54:57 2019	(r497971)
+++ head/devel/py-jcc/Makefile	Fri Apr  5 16:55:24 2019	(r497972)
@@ -20,7 +20,7 @@ BROKEN_powerpc64=	fails to link: /usr/bin/ld: cannot f
 NOT_FOR_ARCHS=		mips mips64
 NOT_FOR_ARCHS_REASON=	Java not available for this architecture
 
-USES=		python
+USES=		python:-3.6
 USE_PYTHON=	distutils autoplist
 PYDISTUTILS_PKGNAME=	JCC
 USE_JAVA=	yes


More information about the svn-ports-all mailing list