Remove build dependency on the python symlink

This commit is contained in:
Antoine Brodin 2015-09-22 18:18:13 +00:00
parent d9e279537e
commit f034b152a7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=397564

View file

@ -10,11 +10,13 @@ MASTER_SITES= GOOGLE_CODE \
MAINTAINER= jwbacon@tds.net MAINTAINER= jwbacon@tds.net
COMMENT= Lego NXT library COMMENT= Lego NXT library
BUILD_DEPENDS= scons:${PORTSDIR}/devel/scons \ BUILD_DEPENDS= scons:${PORTSDIR}/devel/scons
python:${PORTSDIR}/lang/python
SUB_FILES= pkg-message SUB_FILES= pkg-message
USES= python:build shebangfix
USE_LDCONFIG= yes USE_LDCONFIG= yes
python_OLD_CMD= /usr/bin/env python
SHEBANG_FILES= make_flash_header.py
do-build: do-build:
(cd ${WRKSRC}; scons) (cd ${WRKSRC}; scons)