diff options
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/opencc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chinese/opencc/Makefile b/chinese/opencc/Makefile index b61ab8696246..16d2b526174f 100644 --- a/chinese/opencc/Makefile +++ b/chinese/opencc/Makefile @@ -3,8 +3,8 @@ PORTNAME= opencc PORTVERSION= 1.0.5 -PORTREVISION= 2 DISTVERSIONPREFIX= ver. +PORTREVISION= 2 CATEGORIES= chinese converters MAINTAINER= lichray@gmail.com @@ -24,6 +24,7 @@ OPTIONS_DEFINE= TESTS TESTS_DESC= Build the unit testing TESTS_CMAKE_ON= -DENABLE_GTEST=ON +MAKE_JOBS_UNSAFE= yes TEST_TARGET= test post-patch: |