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 /math | |
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 'math')
-rw-r--r-- | math/edenmath/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/edenmath/Makefile b/math/edenmath/Makefile index af423808ba09..80f3965c7298 100644 --- a/math/edenmath/Makefile +++ b/math/edenmath/Makefile @@ -3,7 +3,7 @@ PORTNAME= edenmath PORTVERSION= 1.1.1 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= math gnustep MASTER_SITES= http://www.eskimo.com/~pburns/EdenMath/files/ DISTNAME= EdenMath_GNUstep-${PORTVERSION} |