diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-04-29 04:26:03 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-04-29 04:26:03 +0800 |
commit | 3a80192d0e501ea215b65347ccf4217e87743d87 (patch) | |
tree | ea053f0269cea4035dc1460f108d3dc2d0086a62 | |
parent | 599d88aea19868c0b067dcf0f5f19d724dbfe529 (diff) | |
download | freebsd-ports-gnome-3a80192d0e501ea215b65347ccf4217e87743d87.tar.gz freebsd-ports-gnome-3a80192d0e501ea215b65347ccf4217e87743d87.tar.zst freebsd-ports-gnome-3a80192d0e501ea215b65347ccf4217e87743d87.zip |
Fix python version of USES=python
While I'm here, revert indent change in r439611.
With hat: python
-rw-r--r-- | devel/bmake/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/bmake/Makefile b/devel/bmake/Makefile index cf9fdef4181d..9b0b76e56274 100644 --- a/devel/bmake/Makefile +++ b/devel/bmake/Makefile @@ -15,9 +15,9 @@ LICENSE= BSD3CLAUSE PORTSCOUT= skipv:200910007 -WRKSRC= ${WRKDIR}/${PORTNAME} +WRKSRC= ${WRKDIR}/${PORTNAME} -USES= python:build shebangfix +USES= python:2.7,build shebangfix SHEBANG_FILES= ${WRKDIR}/mk/meta2deps.py post-patch: .SILENT |