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 /print | |
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
Diffstat (limited to 'print')
-rw-r--r-- | print/freetype2/Makefile | 3 |
1 files changed, 2 insertions, 1 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 |