svn commit: r440085 - head/math/kig

Tobias C. Berner tcberner at FreeBSD.org
Thu May 4 05:21:45 UTC 2017


Author: tcberner
Date: Thu May  4 05:21:43 2017
New Revision: 440085
URL: https://svnweb.freebsd.org/changeset/ports/440085

Log:
  Fix shebangs
  
  * Make the implicit dependency on python explicit.
  
  Reviewed by:		mat
  Approved by:		mat
  Differential Revision:	https://reviews.freebsd.org/D10527

Modified:
  head/math/kig/Makefile

Modified: head/math/kig/Makefile
==============================================================================
--- head/math/kig/Makefile	Thu May  4 05:20:31 2017	(r440084)
+++ head/math/kig/Makefile	Thu May  4 05:21:43 2017	(r440085)
@@ -10,8 +10,11 @@ COMMENT=	KDE 4 interactive geometry appl
 
 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>


More information about the svn-ports-all mailing list