diff options
author | Brooks Davis <brooks@FreeBSD.org> | 2018-09-26 15:23:37 +0000 |
---|---|---|
committer | Brooks Davis <brooks@FreeBSD.org> | 2018-09-26 15:23:37 +0000 |
commit | 3a34ffa58f6a2f47a44fb5a0d67e441b4ef79fb3 (patch) | |
tree | c2a2236b60ef650349b2bf07c0a0def372207401 /multimedia/poe | |
parent | bc15797fb3812a88a178c54c4a3537e80d29adc7 (diff) |
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
Notes
Notes:
svn path=/head/; revision=480741
Diffstat (limited to 'multimedia/poe')
-rw-r--r-- | multimedia/poe/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/poe/Makefile b/multimedia/poe/Makefile index f3841498fdc5..ade9f3703fc4 100644 --- a/multimedia/poe/Makefile +++ b/multimedia/poe/Makefile @@ -2,7 +2,7 @@ PORTNAME= poe PORTVERSION= 0.5.1 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= multimedia gnustep MASTER_SITES= http://www.eskimo.com/~pburns/Poe/files/ DISTNAME= Poe-${PORTVERSION} |