diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2011-06-18 14:37:18 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2011-06-18 14:37:18 +0000 |
commit | e5142208c2cdc4b599ac0b0fe52e27ad49c2c67b (patch) | |
tree | c82a359ba0aa1eed4cb4fe59e409307c1daa025d /editors | |
parent | 3de3c561f7d2ae8200c048e792d9bacfd0100b68 (diff) | |
download | ports-e5142208c2cdc4b599ac0b0fe52e27ad49c2c67b.tar.gz ports-e5142208c2cdc4b599ac0b0fe52e27ad49c2c67b.zip |
Notes
Diffstat (limited to 'editors')
-rw-r--r-- | editors/vim/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/vim/Makefile b/editors/vim/Makefile index 6acb0091b473..6b844db14bc1 100644 --- a/editors/vim/Makefile +++ b/editors/vim/Makefile @@ -38,7 +38,7 @@ SLAVEDIRS= editors/vim-lite .endif CONFLICTS= vim6* vim*-lite vim*-gnome -MAKE_JOBS_SAFE= yes +MAKE_JOBS_UNSAFE= yes USE_BZIP2= yes DIST_SUBDIR= vim WRKSRC= ${WRKDIR}/vim${PORTVERSION:C/\.[0-9]*$//:S/.//g}/src |