diff options
author | Brooks Davis <brooks@FreeBSD.org> | 2018-09-26 23:23:37 +0800 |
---|---|---|
committer | Brooks Davis <brooks@FreeBSD.org> | 2018-09-26 23:23:37 +0800 |
commit | 3a34ffa58f6a2f47a44fb5a0d67e441b4ef79fb3 (patch) | |
tree | c2a2236b60ef650349b2bf07c0a0def372207401 /science/gtamsanalyzer | |
parent | bc15797fb3812a88a178c54c4a3537e80d29adc7 (diff) | |
download | freebsd-ports-gnome-3a34ffa58f6a2f47a44fb5a0d67e441b4ef79fb3.tar.gz freebsd-ports-gnome-3a34ffa58f6a2f47a44fb5a0d67e441b4ef79fb3.tar.zst freebsd-ports-gnome-3a34ffa58f6a2f47a44fb5a0d67e441b4ef79fb3.zip |
Update Objective-C LLVM version to 6.0.
Fixes aarch64 build. Reduces depends on obsolete LLVM 4.0.
PR: 230116
Submitted by: mikael.urankar@gmail.com
Approved by: theraven (prior version)
Sponsored by: DARPA, AFRL
Diffstat (limited to 'science/gtamsanalyzer')
-rw-r--r-- | science/gtamsanalyzer/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/science/gtamsanalyzer/Makefile b/science/gtamsanalyzer/Makefile index 6f6440a644af..b3f3bd384c57 100644 --- a/science/gtamsanalyzer/Makefile +++ b/science/gtamsanalyzer/Makefile @@ -3,7 +3,7 @@ PORTNAME= gtamsanalyzer PORTVERSION= 0.42 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= science gnustep MASTER_SITES= SF/tamsys/gnustep%20tams/GTAMSAnalyzer%2${PORTVERSION} DISTNAME= GTAMSAnalyzer.src.${PORTVERSION} |