From bddf8c7b3c902169d30ebb9116d056607b5e32ee Mon Sep 17 00:00:00 2001 From: amdmi3 Date: Fri, 21 Apr 2017 09:39:27 +0000 Subject: - Fix USES so shebangfix is available to slave py3-ply port Approved by: portmgr blanket --- devel/py-ply/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/devel/py-ply/Makefile b/devel/py-ply/Makefile index dbf92812cb49..0c2440efba0c 100644 --- a/devel/py-ply/Makefile +++ b/devel/py-ply/Makefile @@ -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 \ -- cgit