1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

- Remove obsolete OSVERSION condition

Approved by:	portmgr blanket
This commit is contained in:
Dmitry Marakasov 2018-05-07 15:23:49 +00:00
parent f1094b414b
commit 8bf454c0bc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=469291

View File

@ -64,11 +64,4 @@ do-test-TEST-on:
pre-install-TEST-on: do-test-TEST-on
.include <bsd.port.options.mk>
# gbe_bin_generater crashes in libc++ when built by clang++60
.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1003513
LLVMVER= 50
.endif
.include <bsd.port.mk>