Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 May 2018 12:12:09 +0000 (UTC)
From:      Johannes M Dieterich <jmd@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r470695 - head/math/blis
Message-ID:  <201805231212.w4NCC986004625@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201805231212.w4NCC986004625>