From 260207ce91e2656af49dbcb8b2556c315389b3a2 Mon Sep 17 00:00:00 2001 From: bapt Date: Fri, 20 Sep 2013 23:17:30 +0000 Subject: Add NO_STAGE all over the place in preparation for the staging support (cat: textproc) --- textproc/ocaml-pxp/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'textproc/ocaml-pxp') diff --git a/textproc/ocaml-pxp/Makefile b/textproc/ocaml-pxp/Makefile index 9db64ff0f0e4..f2d499b2b47e 100644 --- a/textproc/ocaml-pxp/Makefile +++ b/textproc/ocaml-pxp/Makefile @@ -1,4 +1,4 @@ -# Created by: Stephane Legrand +# Created by: Stephane Legrand # $FreeBSD$ PORTNAME= pxp @@ -21,6 +21,7 @@ USE_OCAML= true USE_OCAML_FINDLIB= true USE_OCAML_LDCONFIG= true +NO_STAGE= yes .include .if ${PORT_OPTIONS:MULEX} -- cgit