biology/canu: Fix build with llvm16

- Pet portclippy

Approved by:	portmgr (blanket)
Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Muhammad Moinur Rahman 2023-07-20 15:59:00 +02:00
commit d92c0802ea

View file

@ -19,16 +19,15 @@ LIB_DEPENDS= libboost_regex.so:devel/boost-libs
RUN_DEPENDS= gnuplot:math/gnuplot
USES= compiler:c++11-lang gmake localbase perl5 tar:xz
USE_JAVA= yes
USE_CXXSTD= c++14
USE_JAVA= 8+
JAVA_RUN= yes
JAVA_VERSION= 8+
WRKSRC_SUBDIR= src
# Upstream Makefile compiles directly into ${DESTDIR}${PREFIX} rather than
# using a separate install target.
MAKE_ENV= DESTDIR=${WRKSRC} CANU_BUILD_ENV=ports
CXXFLAGS+= -std=c++14
WRKSRC_SUBDIR= src
.include <bsd.port.pre.mk>