mirror of
https://git.freebsd.org/ports.git
synced 2025-06-02 03:16:28 -04:00
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:
parent
4c3708d338
commit
c670725f77
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=470695
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue