diff options
author | brooks <brooks@FreeBSD.org> | 2018-09-26 23:23:37 +0800 |
---|---|---|
committer | brooks <brooks@FreeBSD.org> | 2018-09-26 23:23:37 +0800 |
commit | e22c34e7c8ef819d6ffb7e17f31aad39b4fec00c (patch) | |
tree | c2a2236b60ef650349b2bf07c0a0def372207401 /biology | |
parent | 959aeaee6834bd683b7917c3561013c28461811f (diff) | |
download | freebsd-ports-gnome-e22c34e7c8ef819d6ffb7e17f31aad39b4fec00c.tar.gz freebsd-ports-gnome-e22c34e7c8ef819d6ffb7e17f31aad39b4fec00c.tar.zst freebsd-ports-gnome-e22c34e7c8ef819d6ffb7e17f31aad39b4fec00c.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 'biology')
-rw-r--r-- | biology/biococoa/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/biology/biococoa/Makefile b/biology/biococoa/Makefile index ca5d1ce175d3..69f7f50d3c86 100644 --- a/biology/biococoa/Makefile +++ b/biology/biococoa/Makefile @@ -2,7 +2,7 @@ PORTNAME= biococoa PORTVERSION= 2.2.2 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= biology gnustep MASTER_SITES= http://bioinformatics.org/biococoa/downloads/ DISTNAME= biococoa-${PORTVERSION}-src |