aboutsummaryrefslogtreecommitdiff
path: root/databases/tdb
diff options
context:
space:
mode:
authorAlex Kozlov <ak@FreeBSD.org>2013-09-20 10:54:22 +0000
committerAlex Kozlov <ak@FreeBSD.org>2013-09-20 10:54:22 +0000
commit97e5e7dc3d98b93db4dd842d4d477e4a603e3915 (patch)
treec0c76ac649f2c13d05db290d8e13a9b07f29aaf2 /databases/tdb
parente2382938b62432bae86ff3780d6b45dcd7c1a48b (diff)
downloadports-97e5e7dc3d98b93db4dd842d4d477e4a603e3915.tar.gz
ports-97e5e7dc3d98b93db4dd842d4d477e4a603e3915.zip
Notes
Diffstat (limited to 'databases/tdb')
-rw-r--r--databases/tdb/Makefile2
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