aboutsummaryrefslogtreecommitdiff
path: root/www/midori
diff options
context:
space:
mode:
authorBryan Drewery <bdrewery@FreeBSD.org>2013-05-04 14:06:08 +0000
committerBryan Drewery <bdrewery@FreeBSD.org>2013-05-04 14:06:08 +0000
commit63f76304d6f21c191cb8e08ab49787bcf031fb6d (patch)
tree20dbde6d95ce50dde89bcaeaaee0c6c3ee84e6b1 /www/midori
parent72e61e01d5850e4a1b7f817ff8c3f51d32dc101c (diff)
downloadports-63f76304d6f21c191cb8e08ab49787bcf031fb6d.tar.gz
ports-63f76304d6f21c191cb8e08ab49787bcf031fb6d.zip
Notes
Diffstat (limited to 'www/midori')
-rw-r--r--www/midori/Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/www/midori/Makefile b/www/midori/Makefile
index adc40bc7bf79..57255100bfba 100644
--- a/www/midori/Makefile
+++ b/www/midori/Makefile
@@ -28,12 +28,7 @@ CONFIGURE_ARGS+=--enable-libnotify \
--enable-docs \
--disable-gtk3
-# if user has set DISABLE_MAKE_JOBS, then MAKE_JOBS_NUMBER is undefined
-.if defined(DISABLE_MAKE_JOBS)
-CONFIGURE_ARGS+=--jobs=1
-.else
CONFIGURE_ARGS+=--jobs=${MAKE_JOBS_NUMBER}
-.endif
MAKE_JOBS_SAFE= yes
HAS_CONFIGURE= yes