Fix shebangs
* Make the implicit dependency on python explicit. Reviewed by: mat Approved by: mat Differential Revision: https://reviews.freebsd.org/D10527
This commit is contained in:
parent
55ba82c629
commit
157ec65f58
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=440085
1 changed files with 4 additions and 1 deletions
|
@ -10,8 +10,11 @@ COMMENT= KDE 4 interactive geometry application
|
|||
|
||||
LIB_DEPENDS= libboost_python.so:devel/boost-python-libs
|
||||
|
||||
USES= cmake:outsource compiler:c++11-lib kde:4 tar:xz
|
||||
USES= cmake:outsource compiler:c++11-lib kde:4 python:run \
|
||||
shebangfix tar:xz
|
||||
USE_KDE= kdelibs automoc4
|
||||
USE_QT4= gui xml moc_build qmake_build rcc_build uic_build
|
||||
|
||||
SHEBANG_FILES= pykig/pykig.py
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Reference in a new issue