diff options
author | Alex Kozlov <ak@FreeBSD.org> | 2013-09-20 10:54:22 +0000 |
---|---|---|
committer | Alex Kozlov <ak@FreeBSD.org> | 2013-09-20 10:54:22 +0000 |
commit | 97e5e7dc3d98b93db4dd842d4d477e4a603e3915 (patch) | |
tree | c0c76ac649f2c13d05db290d8e13a9b07f29aaf2 /databases/tdb | |
parent | e2382938b62432bae86ff3780d6b45dcd7c1a48b (diff) | |
download | ports-97e5e7dc3d98b93db4dd842d4d477e4a603e3915.tar.gz ports-97e5e7dc3d98b93db4dd842d4d477e4a603e3915.zip |
Notes
Diffstat (limited to 'databases/tdb')
-rw-r--r-- | databases/tdb/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/databases/tdb/Makefile b/databases/tdb/Makefile index 9cd2257257da..2371c85cf989 100644 --- a/databases/tdb/Makefile +++ b/databases/tdb/Makefile @@ -54,11 +54,9 @@ CONFIGURE_ENV+= NOCOLOR=yes MAKE_ENV+= NOCOLOR=yes .if !defined(DISABLE_MAKE_JOBS) && !defined(MAKE_JOBS_UNSAFE) -.if defined(MAKE_JOBS_SAFE) || defined(FORCE_MAKE_JOBS) CONFIGURE_ARGS+= --jobs=${MAKE_JOBS_NUMBER} _MAKE_JOBS= --jobs=${MAKE_JOBS_NUMBER} .endif -.endif .if ${PORT_OPTIONS:MPYTHON} USE_PYTHON_RUN= yes |