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 /graphics | |
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 'graphics')
-rw-r--r-- | graphics/p5-clutter/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/p5-clutter/Makefile b/graphics/p5-clutter/Makefile index edea8ec10cfc..02f42b58cf1e 100644 --- a/graphics/p5-clutter/Makefile +++ b/graphics/p5-clutter/Makefile @@ -28,6 +28,8 @@ RUN_DEPENDS= ${SITE_PERL}/ExtUtils/Depends.pm:${PORTSDIR}/devel/p5-ExtUtils-Depe ${SITE_PERL}/${PERL_ARCH}/Glib.pm:${PORTSDIR}/devel/p5-Glib2 \ ${SITE_PERL}/${PERL_ARCH}/Cairo.pm:${PORTSDIR}/graphics/p5-Cairo +MAKE_JOBS_UNSAFE= yes + USE_BZIP2= yes PERL_CONFIGURE= yes |