aboutsummaryrefslogtreecommitdiff
path: root/devel/nsync/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/nsync/Makefile')
-rw-r--r--devel/nsync/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/devel/nsync/Makefile b/devel/nsync/Makefile
index ba90c0702503..8f9c4ab61a2d 100644
--- a/devel/nsync/Makefile
+++ b/devel/nsync/Makefile
@@ -1,5 +1,5 @@
PORTNAME= nsync
-DISTVERSION= 1.24.0
+DISTVERSION= 1.27.0
CATEGORIES= devel
MAINTAINER= amzo1337@gmail.com
@@ -9,11 +9,13 @@ WWW= https://github.com/google/nsync
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
-USES= cmake compiler:c++11-lang
+USES= cmake:testing compiler:c++11-lang
USE_GITHUB= yes
GH_ACCOUNT= google
USE_LDCONFIG= yes
CMAKE_ON= BUILD_SHARED_LIBS
+CMAKE_OFF= NSYNC_ENABLE_TESTS
+CMAKE_TESTING_ON= NSYNC_ENABLE_TESTS
.include <bsd.port.mk>