diff options
author | pav <pav@FreeBSD.org> | 2009-11-20 06:07:43 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2009-11-20 06:07:43 +0800 |
commit | 1a5818d61009df398c86fa82b2760b8d6a08d525 (patch) | |
tree | 6ab304a1597af73da5dce9113c794fc2cecb35f8 /devel/fhist | |
parent | 9929fb4b71d2eec7980d9b672b8db22dc790d6d9 (diff) | |
download | freebsd-ports-gnome-1a5818d61009df398c86fa82b2760b8d6a08d525.tar.gz freebsd-ports-gnome-1a5818d61009df398c86fa82b2760b8d6a08d525.tar.zst freebsd-ports-gnome-1a5818d61009df398c86fa82b2760b8d6a08d525.zip |
- Mark MAKE_JOBS_UNSAFE
Reported by: pointyhat
Diffstat (limited to 'devel/fhist')
-rw-r--r-- | devel/fhist/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/fhist/Makefile b/devel/fhist/Makefile index 4c15097ac7ba..88738edf702d 100644 --- a/devel/fhist/Makefile +++ b/devel/fhist/Makefile @@ -17,6 +17,7 @@ USE_GNOME= gnometarget GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" ALL_TARGET= binaries po +MAKE_JOBS_UNSAFE= yes MAN1= fcomp.1 fhist.1 fmerge.1 PLIST_FILES= bin/fcomp bin/fhist bin/fmerge |