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 /databases/dbf/Makefile | |
parent | 72e61e01d5850e4a1b7f817ff8c3f51d32dc101c (diff) |
Notes
Diffstat (limited to 'databases/dbf/Makefile')
-rw-r--r-- | databases/dbf/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/databases/dbf/Makefile b/databases/dbf/Makefile index d4a1b8c64cc4..b2115759b5b6 100644 --- a/databases/dbf/Makefile +++ b/databases/dbf/Makefile @@ -36,9 +36,7 @@ CONFIGURE_ENV+= ac_cv_header_libintl_h=no PLIST_SUB+= NLS="@comment " .endif -.if !defined(DISABLE_MAKE_JOBS) _make_jobs= -j${MAKE_JOBS_NUMBER} -.endif post-extract: @${FIND} ${WRKDIR} -name "configure" -or -name "install-sh" | \ |