diff options
author | John Marino <marino@FreeBSD.org> | 2015-08-22 16:14:25 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2015-08-22 16:14:25 +0000 |
commit | f3233243fff401671f35522b89b3521c282994a8 (patch) | |
tree | 2bc22b14d3b202e499140b4f440ccfce3d6ebeb1 /vietnamese | |
parent | 8b8cea88e12b4163883241015bd0d575c71ddeb1 (diff) | |
download | ports-f3233243fff401671f35522b89b3521c282994a8.tar.gz ports-f3233243fff401671f35522b89b3521c282994a8.zip |
vietnamese/libviet is not jobs safe
This multijob fix for this unmaintained port has been in dports for
years, but I didn't notice it until today. Let's move it to ports.
Notes
Notes:
svn path=/head/; revision=395042
Diffstat (limited to 'vietnamese')
-rw-r--r-- | vietnamese/libviet/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/vietnamese/libviet/Makefile b/vietnamese/libviet/Makefile index cf6a1fb9f16c..80c8614f297f 100644 --- a/vietnamese/libviet/Makefile +++ b/vietnamese/libviet/Makefile @@ -18,6 +18,8 @@ OPTIONS_DEFINE= DOCS MAKE_ARGS= ${MAKE_ENV:S/CFLAGS/FLAGS/} +MAKE_JOBS_UNSAFE= yes + do-install: ${INSTALL_DATA} ${WRKSRC}/libvntype.a ${WRKSRC}/libviqr.a \ ${STAGEDIR}${PREFIX}/lib |