diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2009-11-19 22:07:43 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2009-11-19 22:07:43 +0000 |
commit | 07b27888644efc66d4ed412de3c7ba9d7b2b54af (patch) | |
tree | d57c864005baed96c03a9d962fb4dbe250891caf /editors/axe | |
parent | f155fbddef259ee56ccb70f0869df0f468f1e2a5 (diff) | |
download | ports-07b27888644efc66d4ed412de3c7ba9d7b2b54af.tar.gz ports-07b27888644efc66d4ed412de3c7ba9d7b2b54af.zip |
- Mark MAKE_JOBS_UNSAFE
Reported by: pointyhat
Notes
Notes:
svn path=/head/; revision=244489
Diffstat (limited to 'editors/axe')
-rw-r--r-- | editors/axe/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editors/axe/Makefile b/editors/axe/Makefile index 56db120e3029..0bacceaf2918 100644 --- a/editors/axe/Makefile +++ b/editors/axe/Makefile @@ -22,5 +22,6 @@ USE_IMAKE= yes USE_XORG= ice sm x11 xaw xext xmu xpm xt ALL_TARGET= Xaw3d all MAN1= axe.1 axinfo.1 +MAKE_JOBS_UNSAFE= yes .include <bsd.port.mk> |