1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-29 05:38:00 +00:00

astro/oskar: drop GCC

This commit is contained in:
Piotr Kubaj 2023-08-12 00:56:51 +02:00
parent 846850bad1
commit f766702e77

View File

@ -1,6 +1,6 @@
PORTNAME= OSKAR
DISTVERSION= 2.8.3
PORTREVISION= 4
PORTREVISION= 5
CATEGORIES= astro
MAINTAINER= yuri@FreeBSD.org
@ -18,12 +18,8 @@ LIB_DEPENDS= libcfitsio.so:astro/cfitsio \
libhdf5.so:science/hdf5 \
libsz.so:science/libaec
USES= cmake localbase:ldflags python qt:5 shebangfix
.if !exists(/usr/include/omp.h)
USES+= compiler:gcc-c++11-lib
.else
USES+= compiler:c++11-lang
.endif
USES= cmake compiler:c++11-lang localbase:ldflags python qt:5 \
shebangfix
USE_QT= core gui network widgets buildtools:build qmake:build
USE_LDCONFIG= yes