diff options
-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 |