diff options
author | Brendan Fabeny <bf@FreeBSD.org> | 2013-03-05 20:22:02 +0000 |
---|---|---|
committer | Brendan Fabeny <bf@FreeBSD.org> | 2013-03-05 20:22:02 +0000 |
commit | ddc550ff99131ed2bd4a88a7697d39209bb12846 (patch) | |
tree | 29b4d5468cf992e8cbc961e010614eb345b72dcb /devel/ocaml-ulex | |
parent | 18eb550f56fe3aafc605e62cc8996ba8626d0c29 (diff) | |
download | ports-ddc550ff99131ed2bd4a88a7697d39209bb12846.tar.gz ports-ddc550ff99131ed2bd4a88a7697d39209bb12846.zip |
Notes
Diffstat (limited to 'devel/ocaml-ulex')
-rw-r--r-- | devel/ocaml-ulex/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/devel/ocaml-ulex/Makefile b/devel/ocaml-ulex/Makefile index bf2529852dc0..1f03215f62f8 100644 --- a/devel/ocaml-ulex/Makefile +++ b/devel/ocaml-ulex/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: ulex -# Date created: Mar 17, 2004 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= ulex PORTVERSION= 1.1 @@ -25,6 +20,8 @@ ALL_TARGET= all all.opt USE_GMAKE= yes +MAKE_JOBS_UNSAFE= yes + .if !defined(NOPORTDOCS) ALL_TARGET+= doc PORTDOCS= * |