aboutsummaryrefslogtreecommitdiff
path: root/databases
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
parente2382938b62432bae86ff3780d6b45dcd7c1a48b (diff)
downloadports-97e5e7dc3d98b93db4dd842d4d477e4a603e3915.tar.gz
ports-97e5e7dc3d98b93db4dd842d4d477e4a603e3915.zip
Notes
Diffstat (limited to 'databases')
-rw-r--r--databases/ldb/Makefile2
-rw-r--r--databases/tdb/Makefile2
2 files changed, 0 insertions, 4 deletions
diff --git a/databases/ldb/Makefile b/databases/ldb/Makefile
index af1cee815fd2..11cb91760cc9 100644
--- a/databases/ldb/Makefile
+++ b/databases/ldb/Makefile
@@ -87,11 +87,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
USE_PYTHON_RUN= yes
PLIST_FILES+= include/pyldb.h \
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