diff options
author | tcberner <tcberner@FreeBSD.org> | 2017-05-04 13:21:43 +0800 |
---|---|---|
committer | tcberner <tcberner@FreeBSD.org> | 2017-05-04 13:21:43 +0800 |
commit | fcbacb4ef97d6fcb361a285fe340d11871a3ccd0 (patch) | |
tree | 5997104528fda7bfc5151b15a566b31cbe7290c1 /math | |
parent | e849ed0754a4dd886de769d88e9bd0739e4a600b (diff) | |
download | freebsd-ports-gnome-fcbacb4ef97d6fcb361a285fe340d11871a3ccd0.tar.gz freebsd-ports-gnome-fcbacb4ef97d6fcb361a285fe340d11871a3ccd0.tar.zst freebsd-ports-gnome-fcbacb4ef97d6fcb361a285fe340d11871a3ccd0.zip |
Fix shebangs
* Make the implicit dependency on python explicit.
Reviewed by: mat
Approved by: mat
Differential Revision: https://reviews.freebsd.org/D10527
Diffstat (limited to 'math')
-rw-r--r-- | math/kig/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/math/kig/Makefile b/math/kig/Makefile index c4497eb7070d..dd4363701917 100644 --- a/math/kig/Makefile +++ b/math/kig/Makefile @@ -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> |