diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2009-11-04 03:10:15 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2009-11-04 03:10:15 +0000 |
commit | 987a24a9e7b4664b326d6fca3f5b188a2f718750 (patch) | |
tree | ee25261888dd072859bc07eb4e22c0f963cce23c /x11-toolkits/p5-Pango/Makefile | |
parent | - Mark MAKE_JOBS_SAFE (diff) |
- Mark MAKE_JOBS_UNSAFE, fails with forced jobs:
http://people.freebsd.org/~amdmi3/p5-Pango-1.221.log
PR: ports/140248
Submitted by: amdmi3
Notes
Notes:
svn path=/head/; revision=243731
Diffstat (limited to 'x11-toolkits/p5-Pango/Makefile')
-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} \ |