diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-03-28 02:56:24 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-03-28 02:56:24 +0800 |
commit | 623dfa80856fce78bbeb3cbdc998d8cde01d8d96 (patch) | |
tree | 9d859cbcdb590da435092aa67525dcbcbfd4b223 | |
parent | 5b3100ff152439fea862d7c39c7085d00584afa4 (diff) | |
download | marcuscom-ports-623dfa80856fce78bbeb3cbdc998d8cde01d8d96.tar marcuscom-ports-623dfa80856fce78bbeb3cbdc998d8cde01d8d96.tar.gz marcuscom-ports-623dfa80856fce78bbeb3cbdc998d8cde01d8d96.tar.bz2 marcuscom-ports-623dfa80856fce78bbeb3cbdc998d8cde01d8d96.tar.lz marcuscom-ports-623dfa80856fce78bbeb3cbdc998d8cde01d8d96.tar.xz marcuscom-ports-623dfa80856fce78bbeb3cbdc998d8cde01d8d96.tar.zst marcuscom-ports-623dfa80856fce78bbeb3cbdc998d8cde01d8d96.zip |
Mark MAKE_JOBS_SAFE.
PR: 132997
Submitted by: mm
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12185 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | print/freetype2/Makefile | 3 | ||||
-rw-r--r-- | x11-toolkits/pango/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/print/freetype2/Makefile b/print/freetype2/Makefile index b33902d2c..47075fe7e 100644 --- a/print/freetype2/Makefile +++ b/print/freetype2/Makefile @@ -3,7 +3,7 @@ # Whom: jseger@FreeBSD.org # # $FreeBSD: ports/print/freetype2/Makefile,v 1.83 2008/09/24 22:53:21 marcus Exp $ -# $MCom: ports/print/freetype2/Makefile,v 1.13 2009/02/26 18:47:20 marcus Exp $ +# $MCom: ports/print/freetype2/Makefile,v 1.14 2009/03/21 04:21:40 marcus Exp $ # PORTNAME= freetype2 @@ -24,6 +24,7 @@ COMMENT= A free and portable TrueType font rendering engine USE_AUTOTOOLS= libtool:15 USE_BZIP2= yes USE_GMAKE= yes +MAKE_JOBS_SAFE= yes MAKE_ENV= TOP="" USE_LDCONFIG= yes GNU_CONFIGURE= yes diff --git a/x11-toolkits/pango/Makefile b/x11-toolkits/pango/Makefile index a0c7843c5..ba025ce38 100644 --- a/x11-toolkits/pango/Makefile +++ b/x11-toolkits/pango/Makefile @@ -3,7 +3,7 @@ # Whom: Maxim Sobolev <sobomax@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/x11-toolkits/pango/Makefile,v 1.137 2009/03/20 07:10:08 marcus Exp $ +# $MCom: ports/x11-toolkits/pango/Makefile,v 1.138 2009/03/21 03:13:24 marcus Exp $ # PORTNAME= pango @@ -28,6 +28,7 @@ RUN_DEPENDS= ${FONTSCALE}:${X_FONTS_TTF_PORT} \ USE_GETTEXT= yes USE_GMAKE= yes +MAKE_JOBS_SAFE= yes USE_LDCONFIG= yes USE_AUTOTOOLS= libtool:15 USE_GNOME= gnomehack glib20 ltverhack referencehack |