diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2009-03-26 03:33:51 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2009-03-26 03:33:51 +0000 |
commit | 53fbc9426f89ef19ea0467ec9fac355ed80d1d8c (patch) | |
tree | 6aa6dbaa7b8529c4a75361abdc3063631b5c56ba /textproc/ocaml-yaxpo | |
parent | 0323a6218ec7fbaac88618b5fb466a650fcf0002 (diff) | |
download | ports-53fbc9426f89ef19ea0467ec9fac355ed80d1d8c.tar.gz ports-53fbc9426f89ef19ea0467ec9fac355ed80d1d8c.zip |
Mark MAKE_JOBS_SAFE for SMP compilation
Notes
Notes:
svn path=/head/; revision=231030
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 |