diff options
author | marino <marino@FreeBSD.org> | 2016-12-10 06:39:46 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2016-12-10 06:39:46 +0800 |
commit | b29ebcc6932f50e9d84aae2b5317ef38b36fef14 (patch) | |
tree | 64b90c7cb26b272ce47b366b8da3494c7d51b979 | |
parent | 842d0ada8d0da069bbfb800b248a49e5462bb05b (diff) | |
download | freebsd-ports-gnome-b29ebcc6932f50e9d84aae2b5317ef38b36fef14.tar.gz freebsd-ports-gnome-b29ebcc6932f50e9d84aae2b5317ef38b36fef14.tar.zst freebsd-ports-gnome-b29ebcc6932f50e9d84aae2b5317ef38b36fef14.zip |
math/moo is not jobs safe (flex generation)
-rw-r--r-- | math/moo/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/math/moo/Makefile b/math/moo/Makefile index 5f05916153f6..522417998e44 100644 --- a/math/moo/Makefile +++ b/math/moo/Makefile @@ -12,6 +12,8 @@ COMMENT= Calculator that accepts C-like syntax as input PLIST_FILES= bin/moo man/man1/moo.1.gz +MAKE_JOBS_UNSAFE= yes + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/moo ${STAGEDIR}${PREFIX}/bin/ ${INSTALL_MAN} ${WRKSRC}/moo.1 ${STAGEDIR}${MANPREFIX}/man/man1 |