aboutsummaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorPhilip M. Gollucci <pgollucci@FreeBSD.org>2010-09-23 23:40:55 +0000
committerPhilip M. Gollucci <pgollucci@FreeBSD.org>2010-09-23 23:40:55 +0000
commit950f40047f7090094df311bc701357115afbfc90 (patch)
tree20234373d2e8665061178d6819d71330fd00ca2c /textproc
parent3a28754e3d5eaa4733b2feda006561e52c021f02 (diff)
downloadports-950f40047f7090094df311bc701357115afbfc90.tar.gz
ports-950f40047f7090094df311bc701357115afbfc90.zip
- Mark MAKE_JOBS_UNSAFE=yes
Reported by: P6 TB
Notes
Notes: svn path=/head/; revision=261730
Diffstat (limited to 'textproc')
-rw-r--r--textproc/p5-Text-Xslate/Makefile2
-rw-r--r--textproc/p5-XML-Xerces/Makefile2
2 files changed, 4 insertions, 0 deletions
diff --git a/textproc/p5-Text-Xslate/Makefile b/textproc/p5-Text-Xslate/Makefile
index 4e70c58f79ac..b5bd222db35b 100644
--- a/textproc/p5-Text-Xslate/Makefile
+++ b/textproc/p5-Text-Xslate/Makefile
@@ -22,6 +22,8 @@ RUN_DEPENDS= ${BUILD_DEPENDS}
TEST_DEPENDS= p5-Test-Simple>=0.88:${PORTSDIR}/devel/p5-Test-Simple \
p5-Test-Requires>=0:${PORTSDIR}/devel/p5-Test-Requires
+MAKE_JOBS_UNSAFE= yes
+
PERL_CONFIGURE= yes
MAN1= xslate.1
diff --git a/textproc/p5-XML-Xerces/Makefile b/textproc/p5-XML-Xerces/Makefile
index 05b8bc31f392..a66ef9070668 100644
--- a/textproc/p5-XML-Xerces/Makefile
+++ b/textproc/p5-XML-Xerces/Makefile
@@ -20,6 +20,8 @@ LIB_DEPENDS= xerces-c.27:${PORTSDIR}/textproc/xerces-c2
BUILD_DEPENDS= swig:${PORTSDIR}/devel/swig13
+MAKE_JOBS_UNSAFE= yes
+
USE_GMAKE= YES
PERL_CONFIGURE= YES
CONFIGURE_ENV+= XERCES_LIB="${LOCALBASE}/lib" \