diff options
Diffstat (limited to 'science/spglib/Makefile')
-rw-r--r-- | science/spglib/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/science/spglib/Makefile b/science/spglib/Makefile index ee1e5d037848..4dee78e7c396 100644 --- a/science/spglib/Makefile +++ b/science/spglib/Makefile @@ -1,6 +1,6 @@ PORTNAME= spglib DISTVERSIONPREFIX= v -DISTVERSION= 2.2.0 +DISTVERSION= 2.3.0 CATEGORIES= science MAINTAINER= yuri@FreeBSD.org @@ -14,6 +14,8 @@ USES= cmake:testing USE_GITHUB= yes USE_LDCONFIG= yes +TEST_DEPENDS= googletest>0:devel/googletest + CMAKE_OFF= SPGLIB_WITH_TESTS CMAKE_TESTING_ON= SPGLIB_WITH_TESTS |