diff options
author | Bryan Drewery <bdrewery@FreeBSD.org> | 2013-05-04 14:06:08 +0000 |
---|---|---|
committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2013-05-04 14:06:08 +0000 |
commit | 63f76304d6f21c191cb8e08ab49787bcf031fb6d (patch) | |
tree | 20dbde6d95ce50dde89bcaeaaee0c6c3ee84e6b1 /www/midori | |
parent | 72e61e01d5850e4a1b7f817ff8c3f51d32dc101c (diff) |
Notes
Diffstat (limited to 'www/midori')
-rw-r--r-- | www/midori/Makefile | 5 |
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 |