aboutsummaryrefslogtreecommitdiff
path: root/chinese
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2019-01-03 15:18:29 +0000
committerMark Linimon <linimon@FreeBSD.org>2019-01-03 15:18:29 +0000
commit2baccdbd719880eb402809580464b7f16cab7922 (patch)
tree6fbc9d9654007519232ee24bf06f411aa257362f /chinese
parentab99e4b8d8931cf81c8e990ad947a782c02e5fda (diff)
downloadports-2baccdbd719880eb402809580464b7f16cab7922.tar.gz
ports-2baccdbd719880eb402809580464b7f16cab7922.zip
This port sometimes doesn't build. Adding MAKE_JOBS_UNSAFE fixes it.
While here, pet portlint. PR: 234485 Submitted by: Piotr Kubaj Approved by: maintainer
Notes
Notes: svn path=/head/; revision=489186
Diffstat (limited to 'chinese')
-rw-r--r--chinese/opencc/Makefile3
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: