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 /editors | |
parent | 72e61e01d5850e4a1b7f817ff8c3f51d32dc101c (diff) |
Notes
Diffstat (limited to 'editors')
-rw-r--r-- | editors/libreoffice/Makefile | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/editors/libreoffice/Makefile b/editors/libreoffice/Makefile index 34fcc540edde..e9d18baeb812 100644 --- a/editors/libreoffice/Makefile +++ b/editors/libreoffice/Makefile @@ -84,12 +84,6 @@ DIST_SUBDIR= libreoffice LODESTDIR= ${WRKDIR}/loinstall WRKSRC= ${WRKDIR}/${PORTNAME}-${LOVERSION} -.if defined(DISABLE_MAKE_JOBS) -MAKE_JOBS_NUMBER= 1 -.else -MAKE_JOBS_NUMBER?= `${SYSCTL} -n kern.smp.cpus` -.endif - CONFIGURE_ENV= DMAKE=${LOCALBASE}/bin/dmake \ GPERF=${LOCALBASE}/bin/gperf \ PYTHON_CFLAGS="`${PYTHON_VERSION}-config --cflags`" \ |