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