svn commit: r470695 - head/math/blis

Johannes M Dieterich jmd at FreeBSD.org
Wed May 23 12:12:10 UTC 2018


Author: jmd
Date: Wed May 23 12:12:09 2018
New Revision: 470695
URL: https://svnweb.freebsd.org/changeset/ports/470695

Log:
  math/blis: fix compilation failure due to missing python
  
  Reported by:	pkg-fallout
  Reviewed by:	zeising (mentor)
  Approved by:	zeising (mentor)

Modified:
  head/math/blis/Makefile

Modified: head/math/blis/Makefile
==============================================================================
--- head/math/blis/Makefile	Wed May 23 12:06:48 2018	(r470694)
+++ head/math/blis/Makefile	Wed May 23 12:12:09 2018	(r470695)
@@ -4,6 +4,7 @@
 PORTNAME=	blis
 LIBVERSION=	0.3.2
 PORTVERSION=	${LIBVERSION}g20180501
+PORTREVISION=	1
 CATEGORIES=	math
 
 MAINTAINER=	jmd at 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
 


More information about the svn-ports-all mailing list