Fix shebangs.
* Make dependency on pyhthon explicit. Approved by: rakuco (mentor, implicit)
This commit is contained in:
parent
dc96304cd6
commit
d96a50485a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=441323
1 changed files with 5 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue