Fix shebangs.

* Make dependency on pyhthon explicit.

Approved by:	rakuco (mentor, implicit)
This commit is contained in:
Tobias C. Berner 2017-05-20 17:29:24 +00:00
parent dc96304cd6
commit d96a50485a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=441323

View file

@ -2,7 +2,7 @@
PORTNAME= usrp
PORTVERSION= 3.4.3
PORTREVISION= 11
PORTREVISION= 12
CATEGORIES= comms hamradio
MASTER_SITES= LOCAL/adrian
DISTNAME= Ettus-USRP-3.4.3
@ -17,12 +17,15 @@ BUILD_DEPENDS= ${LOCALBASE}/include/boost/tuple/tuple.hpp:devel/boost-libs \
orcc:devel/orc \
sdcc:lang/sdcc
USES= compiler:c++0x cmake:outsource gmake pkgconfig dos2unix
USES= compiler:c++0x cmake:outsource gmake pkgconfig python:run \
dos2unix shebangfix
COMPILER_FEATURES= libc++
USE_LDCONFIG= yes
CMAKE_SOURCE_PATH= ${WRKSRC}/host
MAKE_JOBS_UNSAFE= yes
SHEBANG_GLOB= *.py
# for excruciating debug use this -db
#CMAKE_ARGS+= --debug-output --trace
DOCSDIR= share/doc/uhd