diff options
author | marcus <marcus@FreeBSD.org> | 2009-04-11 10:16:58 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2009-04-11 10:16:58 +0800 |
commit | 5734c58fe1d3d9fb7e401a9ccca1d60a319967d4 (patch) | |
tree | 57fa1cc554e90178fc352c19a93fc474ab4e32d8 /textproc/libxml2/Makefile | |
parent | e99a4983ce38c0084097073ef9453a51cae9bb96 (diff) | |
download | freebsd-ports-gnome-5734c58fe1d3d9fb7e401a9ccca1d60a319967d4.tar.gz freebsd-ports-gnome-5734c58fe1d3d9fb7e401a9ccca1d60a319967d4.tar.zst freebsd-ports-gnome-5734c58fe1d3d9fb7e401a9ccca1d60a319967d4.zip |
Mark these ports has being multiple jobs safe.
PR: 132997
Submitted by: mm
Diffstat (limited to 'textproc/libxml2/Makefile')
-rw-r--r-- | textproc/libxml2/Makefile | 1 |
1 files changed, 1 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 |