Fix cad/openscad shebang

Error: '/usr/local/bin/python' is an invalid shebang you need
  USES=shebangfix for 'share/openscad/libraries/MCAD/get_submodules.py

The existing shebang fix on the py file did nothing without USES=python.
Python already was an implied dependency.

Approved by:	portmgr blanket
This commit is contained in:
Tobias C. Berner 2018-03-09 20:47:09 +00:00
parent 567068ae2b
commit 8fcc9ca3bd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=464007

View file

@ -3,7 +3,7 @@
PORTNAME= openscad
PORTVERSION= 2015.03
PORTREVISION= 15
PORTREVISION= 16
CATEGORIES= cad
MASTER_SITES= http://files.openscad.org/
DISTNAME= openscad-${PORTVERSION}.src
@ -23,7 +23,8 @@ LIB_DEPENDS= libgmp.so:math/gmp \
libharfbuzz.so:print/harfbuzz \
libopencsg.so:graphics/opencsg
USES= bison compiler:c++11-lang desktop-file-utils eigen:3 gettext-tools pkgconfig qmake shebangfix
USES= bison compiler:c++11-lang desktop-file-utils eigen:3 gettext-tools \
pkgconfig python:run qmake shebangfix
SHEBANG_FILES= libraries/MCAD/get_submodules.py
USE_GL= glu glew
USE_QT4= corelib gui opengl moc_build uic_build rcc_build