Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Apr 2017 09:39:27 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r439037 - head/devel/py-ply
Message-ID:  <201704210939.v3L9dRsr010031@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201704210939.v3L9dRsr010031>