1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +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 PORTNAME= OSKAR
DISTVERSION= 2.8.3 DISTVERSION= 2.8.3
PORTREVISION= 4 PORTREVISION= 5
CATEGORIES= astro CATEGORIES= astro
MAINTAINER= yuri@FreeBSD.org MAINTAINER= yuri@FreeBSD.org
@ -18,12 +18,8 @@ LIB_DEPENDS= libcfitsio.so:astro/cfitsio \
libhdf5.so:science/hdf5 \ libhdf5.so:science/hdf5 \
libsz.so:science/libaec libsz.so:science/libaec
USES= cmake localbase:ldflags python qt:5 shebangfix USES= cmake compiler:c++11-lang localbase:ldflags python qt:5 \
.if !exists(/usr/include/omp.h) shebangfix
USES+= compiler:gcc-c++11-lib
.else
USES+= compiler:c++11-lang
.endif
USE_QT= core gui network widgets buildtools:build qmake:build USE_QT= core gui network widgets buildtools:build qmake:build
USE_LDCONFIG= yes USE_LDCONFIG= yes