1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-12 07:27:57 +00:00

- Fix USES so shebangfix is available to slave py3-ply port

Approved by:	portmgr blanket
This commit is contained in:
Dmitry Marakasov 2017-04-21 09:39:27 +00:00
parent afa6943b94
commit 4e1783c8b0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=439037

View File

@ -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 \