aboutsummaryrefslogtreecommitdiff
path: root/science/libgeodecomp
diff options
context:
space:
mode:
authorTobias C. Berner <tcberner@FreeBSD.org>2019-03-16 18:00:13 +0000
committerTobias C. Berner <tcberner@FreeBSD.org>2019-03-16 18:00:13 +0000
commita4d40c53c4b7570001600bb6b4cc636fc527ce19 (patch)
treee01cbf2563c6de0e5d0b0fe51ed7f1e8bf4a8c8d /science/libgeodecomp
parent651c3ebdd18ecda945ab9c7380ba2614de099add (diff)
downloadports-a4d40c53c4b7570001600bb6b4cc636fc527ce19.tar.gz
ports-a4d40c53c4b7570001600bb6b4cc636fc527ce19.zip
science/libgeodecomp: remove QT4 option (Qt4 drpecation)
Notes
Notes: svn path=/head/; revision=495935
Diffstat (limited to 'science/libgeodecomp')
-rw-r--r--science/libgeodecomp/Makefile15
1 files changed, 2 insertions, 13 deletions
diff --git a/science/libgeodecomp/Makefile b/science/libgeodecomp/Makefile
index c09651869f32..e63585ab1f47 100644
--- a/science/libgeodecomp/Makefile
+++ b/science/libgeodecomp/Makefile
@@ -3,7 +3,7 @@
PORTNAME= libgeodecomp
PORTVERSION= 0.4.0
-PORTREVISION= 14
+PORTREVISION= 15
CATEGORIES= science devel
MASTER_SITES= http://www.libgeodecomp.org/archive/
@@ -24,16 +24,12 @@ CMAKE_ARGS= -DWITH_CUDA:BOOL=FALSE -DWITH_VISIT:BOOL=FALSE \
-DWITH_HPX:BOOL=FALSE -DWITH_OPENCL:BOOL=FALSE \
-DWITH_OPENCV:BOOL=FALSE -DWITH_TYPEMAPS=FALSE
-OPTIONS_DEFINE= MPI QT4 SILO SCOTCH
+OPTIONS_DEFINE= MPI SILO SCOTCH
OPTIONS_DEFAULT= MPI SILO SCOTCH
MPI_LIB_DEPENDS= libmpich.so:net/mpich2
MPI_CMAKE_BOOL= WITH_MPI
-QT4_USES= qt:4
-QT4_USE= QT=corelib,gui,opengl,qmake_build,moc_build,rcc_build,uic_build
-QT4_CMAKE_BOOL= WITH_QT
-
SILO_DESC= Enable Silo dependend output
SILO_LIB_DEPENDS= libsiloh5.so:science/silo
SILO_CMAKE_BOOL= WITH_SILO
@@ -42,11 +38,4 @@ SCOTCH_DESC= Enable graph partitioning based on Scotch/Scotch-PT
SCOTCH_BUILD_DEPENDS= ${LOCALBASE}/lib/libscotch.a:cad/scotch
SCOTCH_CMAKE_BOOL= WITH_SCOTCH
-.include <bsd.port.options.mk>
-
-.if ${PORT_OPTIONS:MQT4}
-DEPRECATED= Qt4 has been EOL since december 2015
-EXPIRATION_DATE= 2019-03-15
-.endif
-
.include <bsd.port.mk>