summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorJohannes M Dieterich <jmd@FreeBSD.org>2017-05-19 15:57:14 +0000
committerJohannes M Dieterich <jmd@FreeBSD.org>2017-05-19 15:57:14 +0000
commit5e6742c0de26d544ec39a23e6c6c088ea668058f (patch)
tree638a76f2b69613a1685f732b19c8ee1915f48425 /devel
parentNew port: net/py-cloudflare-scrape (diff)
devel/flang: fix typo, increment port revision
Reported by: mat Reviewed by: swills (mentor) Approved by: swills (mentor)
Notes
Notes: svn path=/head/; revision=441248
Diffstat (limited to 'devel')
-rw-r--r--devel/flang/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/flang/Makefile b/devel/flang/Makefile
index 00691d4f6115..0fd75af2fb18 100644
--- a/devel/flang/Makefile
+++ b/devel/flang/Makefile
@@ -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 only builds and is supported on amd64
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