diff options
author | bapt <bapt@FreeBSD.org> | 2013-07-10 21:12:03 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-07-10 21:12:03 +0800 |
commit | 7c34f4d31657f4aec01e3bac9e386cc534c15176 (patch) | |
tree | 73a0d0ca3378e8eb128ec17e7920b07ad20fda92 /shells | |
parent | 20d023f4f27962e74787423763303f2c8e5c5b1a (diff) | |
download | freebsd-ports-graphics-7c34f4d31657f4aec01e3bac9e386cc534c15176.tar.gz freebsd-ports-graphics-7c34f4d31657f4aec01e3bac9e386cc534c15176.tar.zst freebsd-ports-graphics-7c34f4d31657f4aec01e3bac9e386cc534c15176.zip |
Mark jobs unsafe
Convert to USES=gmake where appropriate
Trim headers
Diffstat (limited to 'shells')
-rw-r--r-- | shells/bashc/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/shells/bashc/Makefile b/shells/bashc/Makefile index 5058611adcd..5843abe918c 100644 --- a/shells/bashc/Makefile +++ b/shells/bashc/Makefile @@ -10,6 +10,8 @@ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= GNU bash shell extended with visual two-panel file browser +MAKE_JOBS_UNSAFE= yes + GNU_CONFIGURE= yes PLIST_FILES= bin/bashc \ |