svn commit: r439037 - head/devel/py-ply

Dmitry Marakasov amdmi3 at FreeBSD.org
Fri Apr 21 09:39:29 UTC 2017


Author: amdmi3
Date: Fri Apr 21 09:39:27 2017
New Revision: 439037
URL: https://svnweb.freebsd.org/changeset/ports/439037

Log:
  - Fix USES so shebangfix is available to slave py3-ply port
  
  Approved by:	portmgr blanket

Modified:
  head/devel/py-ply/Makefile

Modified: head/devel/py-ply/Makefile
==============================================================================
--- head/devel/py-ply/Makefile	Fri Apr 21 09:38:12 2017	(r439036)
+++ head/devel/py-ply/Makefile	Fri Apr 21 09:39:27 2017	(r439037)
@@ -13,7 +13,8 @@ COMMENT=	Python Lex-Yacc
 
 LICENSE=	BSD3CLAUSE
 
-USES?=		python shebangfix
+USES?=		python
+USES+=		shebangfix
 USE_PYTHON=	autoplist concurrent distutils
 NO_ARCH=	yes
 SHEBANG_FILES=	example/newclasscalc/calc.py \


More information about the svn-ports-head mailing list