math/blis: fix compilation failure due to missing python

Reported by:	pkg-fallout
Reviewed by:	zeising (mentor)
Approved by:	zeising (mentor)
This commit is contained in:
Johannes M Dieterich 2018-05-23 12:12:09 +00:00
parent 4c3708d338
commit c670725f77
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=470695

View file

@ -4,6 +4,7 @@
PORTNAME= blis
LIBVERSION= 0.3.2
PORTVERSION= ${LIBVERSION}g20180501
PORTREVISION= 1
CATEGORIES= math
MAINTAINER= jmd@FreeBSD.org
@ -27,8 +28,9 @@ USE_GITHUB= yes
GH_ACCOUNT= flame
GH_TAGNAME= 8adb2f9
USES= gmake
USES= gmake python shebangfix
USE_LDCONFIG= yes
SHEBANG_FILES= build/flatten-headers.py
HAS_CONFIGURE= yes