diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 17:13:42 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 17:13:42 +0000 |
commit | 580a778a16c548027cb6b56ad3357f1dec74e859 (patch) | |
tree | 3181285e36d6e08abfc359972209897c5230fa7a /devel/ocaml-react | |
parent | Add NO_STAGE all over the place in preparation for the staging support (cat: ... (diff) |
Add NO_STAGE all over the place in preparation for the staging support (cat: devel part 3)
Notes
Notes:
svn path=/head/; revision=327724
Diffstat (limited to 'devel/ocaml-react')
-rw-r--r-- | devel/ocaml-react/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/devel/ocaml-react/Makefile b/devel/ocaml-react/Makefile index b7fba934331f..d6e4e7de9d23 100644 --- a/devel/ocaml-react/Makefile +++ b/devel/ocaml-react/Makefile @@ -1,7 +1,4 @@ -# New ports collection makefile for: ocaml-react -# Date created: April 18, 2011 -# Whom: Jaap Boender <jaapb@kerguelen.org> -# +# Created by: Jaap Boender <jaapb@kerguelen.org> # $FreeBSD$ PORTNAME= react @@ -24,6 +21,7 @@ OCAMLC_DEPEND= ocaml>=3.11:${OCAMLC_PORT} USE_OCAML_LDCONFIG= yes +NO_STAGE= yes .include <bsd.port.pre.mk> do-build: |