aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2023-08-11 22:56:51 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2023-08-12 01:37:47 +0000
commitf766702e7730601a88ec691251375ca219787518 (patch)
tree684a3d00a31bc17f481a84f5da8eac957f83b315
parent846850bad1e944dafd2bde0f2392411430648680 (diff)
downloadports-f766702e7730601a88ec691251375ca219787518.tar.gz
ports-f766702e7730601a88ec691251375ca219787518.zip
astro/oskar: drop GCC
-rw-r--r--astro/oskar/Makefile10
1 files changed, 3 insertions, 7 deletions
diff --git a/astro/oskar/Makefile b/astro/oskar/Makefile
index 8ad16bc3aea9..b3daff360116 100644
--- a/astro/oskar/Makefile
+++ b/astro/oskar/Makefile
@@ -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