diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2009-04-11 02:16:58 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2009-04-11 02:16:58 +0000 |
commit | 525407f3f94ad0ab69bf440495c9078ced09a433 (patch) | |
tree | 537da8e4aa3755a4136f3919fb96a07fe7dd6e6c | |
parent | b58bbd1c86bcc1884771a23d0aa0feb1c0d444c1 (diff) | |
download | ports-525407f3f94ad0ab69bf440495c9078ced09a433.tar.gz ports-525407f3f94ad0ab69bf440495c9078ced09a433.zip |
Notes
-rw-r--r-- | textproc/libxml2/Makefile | 1 | ||||
-rw-r--r-- | x11-fonts/fontconfig/Makefile | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/textproc/libxml2/Makefile b/textproc/libxml2/Makefile index fa052020c76a..c066e6071702 100644 --- a/textproc/libxml2/Makefile +++ b/textproc/libxml2/Makefile @@ -26,6 +26,7 @@ COMMENT?= XML parser library for GNOME .if !defined(REFERENCE_PORT) USE_GMAKE= yes +MAKE_JOBS_SAFE= yes USE_ICONV= yes GNU_CONFIGURE= yes USE_GNOME?= gnomehack gnometarget pkgconfig diff --git a/x11-fonts/fontconfig/Makefile b/x11-fonts/fontconfig/Makefile index a18bac299f54..d1dccc768c72 100644 --- a/x11-fonts/fontconfig/Makefile +++ b/x11-fonts/fontconfig/Makefile @@ -33,6 +33,7 @@ CONFIGURE_ARGS= --with-confdir=${PREFIX}/etc/fonts \ --without-add-fonts \ --disable-docs MAKE_ENV= LC_ALL=C +MAKE_JOBS_SAFE= yes PKGINSTALL= ${WRKDIR}/pkg-install MAN1= fc-cache.1 fc-cat.1 fc-list.1 fc-match.1 |