Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 May 2017 15:57:15 +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: r441248 - head/devel/flang
Message-ID:  <201705191557.v4JFvFQg093765@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jmd
Date: Fri May 19 15:57:14 2017
New Revision: 441248
URL: https://svnweb.freebsd.org/changeset/ports/441248

Log:
  devel/flang: fix typo, increment port revision
  
  Reported by:	mat
  Reviewed by:	swills (mentor)
  Approved by:	swills (mentor)

Modified:
  head/devel/flang/Makefile

Modified: head/devel/flang/Makefile
==============================================================================
--- head/devel/flang/Makefile	Fri May 19 15:56:44 2017	(r441247)
+++ head/devel/flang/Makefile	Fri May 19 15:57:14 2017	(r441248)
@@ -3,6 +3,7 @@
 
 PORTNAME=	flang
 DISTVERSION=	3.9-20170518
+PORTREVISION=	1
 CATEGORIES=	devel
 
 MAINTAINER=	jmd@FreeBSD.org
@@ -24,7 +25,7 @@ ONLY_FOR_ARCHS_REASON_amd64=	for now onl
 USE_LDCONFIG=	${PREFIX}/flang/lib
 USES=		cmake:outsource compiler:c++11-lib libedit perl5 tar:xz \
 		shebangfix
-USES_PYTHON?=	python:build
+_USES_PYTHON?=	python:build
 USES+=		${_USES_PYTHON}
 
 USE_GITHUB=	yes



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