diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2010-09-24 07:40:55 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2010-09-24 07:40:55 +0800 |
commit | a0d83796ad6bf605056bc4fb2a84de511f7ead81 (patch) | |
tree | 8c202a826fbb40faf65acee865bc634d677042d0 /textproc | |
parent | 937d1133809fd921bd5d52bf0dcaf14c8b0fd682 (diff) | |
download | freebsd-ports-gnome-a0d83796ad6bf605056bc4fb2a84de511f7ead81.tar.gz freebsd-ports-gnome-a0d83796ad6bf605056bc4fb2a84de511f7ead81.tar.zst freebsd-ports-gnome-a0d83796ad6bf605056bc4fb2a84de511f7ead81.zip |
- Mark MAKE_JOBS_UNSAFE=yes
Reported by: P6 TB
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-Text-Xslate/Makefile | 2 | ||||
-rw-r--r-- | textproc/p5-XML-Xerces/Makefile | 2 |
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" \ |