diff options
author | Johannes M Dieterich <jmd@FreeBSD.org> | 2017-05-19 15:57:14 +0000 |
---|---|---|
committer | Johannes M Dieterich <jmd@FreeBSD.org> | 2017-05-19 15:57:14 +0000 |
commit | 5e6742c0de26d544ec39a23e6c6c088ea668058f (patch) | |
tree | 638a76f2b69613a1685f732b19c8ee1915f48425 /devel | |
parent | 7b4fce7a79b533ef720d579b3903c6fdbe1a2bd0 (diff) | |
download | freebsd-ports-5e6742c0de26d544ec39a23e6c6c088ea668058f.zip |
devel/flang: fix typo, increment port revision
Reported by: mat
Reviewed by: swills (mentor)
Approved by: swills (mentor)
Diffstat (limited to 'devel')
-rw-r--r-- | devel/flang/Makefile | 3 |
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 |