diff options
author | lioux <lioux@FreeBSD.org> | 2009-03-26 11:33:51 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2009-03-26 11:33:51 +0800 |
commit | c5e24c6386093143105c12942b05b9f35bea8546 (patch) | |
tree | 223b70884802529a6ea8aa4223213e258515faac /textproc/ocaml-yaxpo | |
parent | b825229bffaec4c3019b6055c2c8a1990938ad3d (diff) | |
download | freebsd-ports-gnome-c5e24c6386093143105c12942b05b9f35bea8546.tar.gz freebsd-ports-gnome-c5e24c6386093143105c12942b05b9f35bea8546.tar.zst freebsd-ports-gnome-c5e24c6386093143105c12942b05b9f35bea8546.zip |
Mark MAKE_JOBS_SAFE for SMP compilation
Diffstat (limited to 'textproc/ocaml-yaxpo')
-rw-r--r-- | textproc/ocaml-yaxpo/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/ocaml-yaxpo/Makefile b/textproc/ocaml-yaxpo/Makefile index f9b6678a1a33..3bc0e9d57c2d 100644 --- a/textproc/ocaml-yaxpo/Makefile +++ b/textproc/ocaml-yaxpo/Makefile @@ -19,6 +19,7 @@ COMMENT= Non-validating XML 1.0 + XMLNS processing suite for Objective Caml BUILD_DEPENDS= ocamlc:${PORTSDIR}/lang/ocaml ALL_TARGET= yaxpo +MAKE_JOBS_SAFE= yes DATE_VERSION= 20050614 |