diff options
-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}/ |