diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2009-05-16 06:27:56 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2009-05-16 06:27:56 +0000 |
commit | abf5b5ffc09b367c1d6e4537c8f5e2473c14e670 (patch) | |
tree | 2e22cb4768c6b41b24fe161ae7a3c7a4536ed6c0 /textproc/p5-Text-ParseWords | |
parent | 184f8b1f5a5dce5332d9b8f4bb170da1df68af6a (diff) |
- Mark most of my ports MAKE_JOBS_SAFE=yes
Tested by: several builds in P6 TB
Notes
Notes:
svn path=/head/; revision=233978
Diffstat (limited to 'textproc/p5-Text-ParseWords')
-rw-r--r-- | textproc/p5-Text-ParseWords/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/textproc/p5-Text-ParseWords/Makefile b/textproc/p5-Text-ParseWords/Makefile index bc8e3c1d2e4d..b3d78f3fec7a 100644 --- a/textproc/p5-Text-ParseWords/Makefile +++ b/textproc/p5-Text-ParseWords/Makefile @@ -14,6 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= pgollucci@FreeBSD.org COMMENT= parse text into an array of tokens or array of arrays +MAKE_JOBS_SAFE= yes + USE_ZIP= yes PERL_CONFIGURE= yes |