diff options
author | marino <marino@FreeBSD.org> | 2015-11-13 08:31:42 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2015-11-13 08:31:42 +0800 |
commit | 6666f95bcb22cfa26ef4658fe27a8b7bd63d87a9 (patch) | |
tree | 7348a670e61415943adddb25994b30d0edffca9d /print/texvc | |
parent | a6908bc22b961226a211294e9a7fb44ac95a45ac (diff) | |
download | freebsd-ports-gnome-6666f95bcb22cfa26ef4658fe27a8b7bd63d87a9.tar.gz freebsd-ports-gnome-6666f95bcb22cfa26ef4658fe27a8b7bd63d87a9.tar.zst freebsd-ports-gnome-6666f95bcb22cfa26ef4658fe27a8b7bd63d87a9.zip |
print/texvc is not jobs safe (like many OCAML ports)
Diffstat (limited to 'print/texvc')
-rw-r--r-- | print/texvc/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/print/texvc/Makefile b/print/texvc/Makefile index 73c1b7bf29b9..b50ae2e0e1d9 100644 --- a/print/texvc/Makefile +++ b/print/texvc/Makefile @@ -25,6 +25,8 @@ RASTER_USES= ghostscript:run RASTER_USE= TEX=latex,dvipsk RASTER_RUN_DEPENDS= convert:${PORTSDIR}/graphics/ImageMagick +MAKE_JOBS_UNSAFE= yes + do-install: ${INSTALL_PROGRAM} ${BUILD_WRKSRC}/texvc ${STAGEDIR}${PREFIX}/bin |