diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2019-01-03 15:18:29 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2019-01-03 15:18:29 +0000 |
commit | 2baccdbd719880eb402809580464b7f16cab7922 (patch) | |
tree | 6fbc9d9654007519232ee24bf06f411aa257362f /chinese | |
parent | ab99e4b8d8931cf81c8e990ad947a782c02e5fda (diff) | |
download | freebsd-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
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: |