diff options
author | marino <marino@FreeBSD.org> | 2015-08-06 18:11:19 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2015-08-06 18:11:19 +0800 |
commit | f63b5dbd559b2de2c51356c896deee770afe4dcc (patch) | |
tree | 63017e00e60df3b1e096620b68500b2372ed382c | |
parent | 6bb4ccaf6cfe1892bef6da4fceea9219bc2ac61f (diff) | |
download | freebsd-ports-gnome-f63b5dbd559b2de2c51356c896deee770afe4dcc.tar.gz freebsd-ports-gnome-f63b5dbd559b2de2c51356c896deee770afe4dcc.tar.zst freebsd-ports-gnome-f63b5dbd559b2de2c51356c896deee770afe4dcc.zip |
devel/jep is not jobs safe
This port has failed on me randomly at least twice in a multi-job
environment. I don't know the exact cause though.
-rw-r--r-- | devel/jep/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/jep/Makefile b/devel/jep/Makefile index bd43ce8a2feb..034150a4e232 100644 --- a/devel/jep/Makefile +++ b/devel/jep/Makefile @@ -23,6 +23,8 @@ USES= libtool python # LDFLAGS detection wrong LDFLAGS= -L${LOCALBASE}/lib +MAKE_JOBS_UNSAFE= yes + post-install: ${INSTALL_DATA} ${WRKSRC}/jep.jar ${STAGEDIR}${JAVAJARDIR}/ |