Remove build dependency on the python symlink
This commit is contained in:
parent
d9e279537e
commit
f034b152a7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=397564
1 changed files with 4 additions and 2 deletions
|
@ -10,11 +10,13 @@ MASTER_SITES= GOOGLE_CODE \
|
|||
MAINTAINER= jwbacon@tds.net
|
||||
COMMENT= Lego NXT library
|
||||
|
||||
BUILD_DEPENDS= scons:${PORTSDIR}/devel/scons \
|
||||
python:${PORTSDIR}/lang/python
|
||||
BUILD_DEPENDS= scons:${PORTSDIR}/devel/scons
|
||||
|
||||
SUB_FILES= pkg-message
|
||||
USES= python:build shebangfix
|
||||
USE_LDCONFIG= yes
|
||||
python_OLD_CMD= /usr/bin/env python
|
||||
SHEBANG_FILES= make_flash_header.py
|
||||
|
||||
do-build:
|
||||
(cd ${WRKSRC}; scons)
|
||||
|
|
Loading…
Reference in a new issue