diff options
author | Rene Ladan <rene@FreeBSD.org> | 2018-11-02 13:32:34 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2018-11-02 13:32:34 +0000 |
commit | 8a502cb2d43b4059a5678ee4539ca03603104107 (patch) | |
tree | 2c2c3d0def8d9d1ad349013f7b532f0065f57789 /databases/arangodb32 | |
parent | f60d4bacdc58ec061406d72cace1ac1266952e39 (diff) |
Remove compatibility code for FreeBSD < 11.2 from all ports.
Simplify some ports where DragonFlyBSD no longer needs to be special-cased.
Submitted by: rene
Reviewed by: bapt, jbeich
Differential Revision: https://reviews.freebsd.org/D17724
Notes
Notes:
svn path=/head/; revision=483807
Diffstat (limited to 'databases/arangodb32')
-rw-r--r-- | databases/arangodb32/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/databases/arangodb32/Makefile b/databases/arangodb32/Makefile index 26121b1f640e..39fd410d3278 100644 --- a/databases/arangodb32/Makefile +++ b/databases/arangodb32/Makefile @@ -16,7 +16,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE ONLY_FOR_ARCHS= amd64 ONLY_FOR_ARCHS_REASON= "Only builds on amd64" -BROKEN_FreeBSD_10= libc++ is too old USES= gmake ssl cmake:outsource,noninja python:2.7 compiler USE_GITHUB= yes |