diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2009-03-27 17:53:36 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2009-03-27 17:53:36 +0800 |
commit | 73d42b937c8452786a7efccc7a31a7ac4e9e7d87 (patch) | |
tree | 09eb6b336c86e513a6ff75ae2f21ba919de4cbd9 /textproc | |
parent | 595f2383086782bec8a14d24f1df4830c5dee5bf (diff) | |
download | freebsd-ports-gnome-73d42b937c8452786a7efccc7a31a7ac4e9e7d87.tar.gz freebsd-ports-gnome-73d42b937c8452786a7efccc7a31a7ac4e9e7d87.tar.zst freebsd-ports-gnome-73d42b937c8452786a7efccc7a31a7ac4e9e7d87.zip |
Mark MAKE_JOBS_SAFE
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/colordiff/Makefile | 1 | ||||
-rw-r--r-- | textproc/fldiff/Makefile | 1 | ||||
-rw-r--r-- | textproc/htmlise/Makefile | 2 | ||||
-rw-r--r-- | textproc/p5-Text-vCard/Makefile | 1 | ||||
-rw-r--r-- | textproc/rtf2html/Makefile | 2 | ||||
-rw-r--r-- | textproc/uni2ascii/Makefile | 2 | ||||
-rw-r--r-- | textproc/xlreader/Makefile | 2 |
7 files changed, 11 insertions, 0 deletions
diff --git a/textproc/colordiff/Makefile b/textproc/colordiff/Makefile index 2a3b60ba632c..a351eb4f8cfc 100644 --- a/textproc/colordiff/Makefile +++ b/textproc/colordiff/Makefile @@ -16,6 +16,7 @@ COMMENT= A tool to colorize diff output USE_PERL5= yes NO_BUILD= yes +MAKE_JOBS_SAFE= yes MAN1= colordiff.1 diff --git a/textproc/fldiff/Makefile b/textproc/fldiff/Makefile index dbb90905abbc..9a0fbaf99439 100644 --- a/textproc/fldiff/Makefile +++ b/textproc/fldiff/Makefile @@ -19,6 +19,7 @@ COMMENT= A graphical diff program using FLTK LIB_DEPENDS= fltk.1:${PORTSDIR}/x11-toolkits/fltk GNU_CONFIGURE= yes +MAKE_JOBS_SAFE= yes WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} diff --git a/textproc/htmlise/Makefile b/textproc/htmlise/Makefile index 313469b5e63f..5adfc375caf9 100644 --- a/textproc/htmlise/Makefile +++ b/textproc/htmlise/Makefile @@ -14,6 +14,8 @@ MASTER_SITES= http://www.ex-parrot.com/~chris/stuff/ \ MAINTAINER= ehaupt@FreeBSD.org COMMENT= Formats plain text as HTML +MAKE_JOBS_SAFE= yes + TABSIZE?= 8 SRC= htmlise tables markup inline diff --git a/textproc/p5-Text-vCard/Makefile b/textproc/p5-Text-vCard/Makefile index 742f39334b44..e31ba6b32c6d 100644 --- a/textproc/p5-Text-vCard/Makefile +++ b/textproc/p5-Text-vCard/Makefile @@ -19,6 +19,7 @@ BUILD_DEPENDS= ${SITE_PERL}/File/Slurp.pm:${PORTSDIR}/devel/p5-File-Slurp \ RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes +MAKE_JOBS_SAFE= yes MAN3= Text::vCard::Node.3 Text::vCard.3 \ Text::vCard::Addressbook.3 diff --git a/textproc/rtf2html/Makefile b/textproc/rtf2html/Makefile index 608dddf6ef4c..b842992a764c 100644 --- a/textproc/rtf2html/Makefile +++ b/textproc/rtf2html/Makefile @@ -13,6 +13,8 @@ MASTER_SITES= CRITICAL MAINTAINER= ehaupt@FreeBSD.org COMMENT= A simple rtf2html converter +MAKE_JOBS_SAFE= yes + PLIST_FILES= bin/rtf2html WRKSRC= ${WRKDIR}/${PORTNAME} diff --git a/textproc/uni2ascii/Makefile b/textproc/uni2ascii/Makefile index 19755d5a1dfa..88cf9cec119f 100644 --- a/textproc/uni2ascii/Makefile +++ b/textproc/uni2ascii/Makefile @@ -16,6 +16,8 @@ COMMENT= Convert between UTF-8 Unicode and 7-bit ASCII equivalents GNU_CONFIGURE= yes USE_BZIP2= yes +MAKE_JOBS_SAFE= yes + MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" MAN1= uni2ascii.1 ascii2uni.1 diff --git a/textproc/xlreader/Makefile b/textproc/xlreader/Makefile index 7841a5be0910..6c527f823710 100644 --- a/textproc/xlreader/Makefile +++ b/textproc/xlreader/Makefile @@ -15,6 +15,8 @@ EXTRACT_SUFX= .tgz MAINTAINER= ehaupt@FreeBSD.org COMMENT= Convert .xls spread sheets to tab delimited CSV or SQL inserts +MAKE_JOBS_SAFE= yes + PLIST_FILES= bin/xlreader post-patch: |