diff options
author | marino <marino@FreeBSD.org> | 2015-01-04 07:34:51 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2015-01-04 07:34:51 +0800 |
commit | f1642b91f159f3d3407c1e209bd6e9f240366935 (patch) | |
tree | 0d400b6053c01914c7710520094783a680bf9a6d /x11/florence/Makefile | |
parent | 4e113faa93f4102e7ff48619e64dacd3e45b3c34 (diff) | |
download | freebsd-ports-gnome-f1642b91f159f3d3407c1e209bd6e9f240366935.tar.gz freebsd-ports-gnome-f1642b91f159f3d3407c1e209bd6e9f240366935.tar.zst freebsd-ports-gnome-f1642b91f159f3d3407c1e209bd6e9f240366935.zip |
x11/florence: Mark jobs unsafe
During build, it tries to use libflorence before the library is built.
Diffstat (limited to 'x11/florence/Makefile')
-rw-r--r-- | x11/florence/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/x11/florence/Makefile b/x11/florence/Makefile index 574fa5f0c155..7cb6910b8d36 100644 --- a/x11/florence/Makefile +++ b/x11/florence/Makefile @@ -34,6 +34,8 @@ OPTIONS_SUB= yes NLS_CONFIGURE_ENABLE= nls NLS_USES= gettext +MAKE_JOBS_UNSAFE= yes + .include <bsd.port.options.mk> post-patch: |