diff options
author | clsung <clsung@FreeBSD.org> | 2009-11-04 11:10:15 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2009-11-04 11:10:15 +0800 |
commit | b8d115a6762e1d3affa0b2d36ceaf8858c9def2f (patch) | |
tree | 572e0be2639a994ce03f3ff1c400e5d7975c22dd | |
parent | be4c09314a1a3b90f19a11eb403dc1e9a70bfe1b (diff) | |
download | freebsd-ports-gnome-b8d115a6762e1d3affa0b2d36ceaf8858c9def2f.tar.gz freebsd-ports-gnome-b8d115a6762e1d3affa0b2d36ceaf8858c9def2f.tar.zst freebsd-ports-gnome-b8d115a6762e1d3affa0b2d36ceaf8858c9def2f.zip |
- Mark MAKE_JOBS_UNSAFE, fails with forced jobs:
http://people.freebsd.org/~amdmi3/p5-Pango-1.221.log
PR: ports/140248
Submitted by: amdmi3
-rw-r--r-- | x11-toolkits/p5-Pango/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11-toolkits/p5-Pango/Makefile b/x11-toolkits/p5-Pango/Makefile index 87baf1b35f4f..f5288df54232 100644 --- a/x11-toolkits/p5-Pango/Makefile +++ b/x11-toolkits/p5-Pango/Makefile @@ -23,6 +23,7 @@ RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Glib.pm:${PORTSDIR}/devel/p5-Glib2 USE_GNOME= pango PERL_CONFIGURE= 5.8.0+ +MAKE_JOBS_UNSAFE=yes post-install: @cd ${WRKSRC}/blib/man3 && ${FIND} * -name "*.3" | ${SED} \ |