aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2014-03-27 04:48:58 +0800
committerantoine <antoine@FreeBSD.org>2014-03-27 04:48:58 +0800
commitdac0755bebe6039506d738e1be4aa725b88439c7 (patch)
tree25cb595a23110372a4fabd71f9549d587e757320 /textproc
parentd86fc4096afa1b9f3d5a74c2883fe4189ebfc5fb (diff)
downloadfreebsd-ports-gnome-dac0755bebe6039506d738e1be4aa725b88439c7.tar.gz
freebsd-ports-gnome-dac0755bebe6039506d738e1be4aa725b88439c7.tar.zst
freebsd-ports-gnome-dac0755bebe6039506d738e1be4aa725b88439c7.zip
Stage support
Diffstat (limited to 'textproc')
-rw-r--r--textproc/ocaml-csv/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/textproc/ocaml-csv/Makefile b/textproc/ocaml-csv/Makefile
index 6ff85f9baf65..739a9bda4415 100644
--- a/textproc/ocaml-csv/Makefile
+++ b/textproc/ocaml-csv/Makefile
@@ -13,11 +13,10 @@ COMMENT= An OCaml library to read and write CSV files
BUILD_DEPENDS= ${LOCALBASE}/${OCAML_SITELIBDIR}/extlib:${PORTSDIR}/devel/ocaml-extlib
WRKSRC= ${WRKDIR}/csv-${PORTVERSION}
-USE_GMAKE= yes
+USES= gmake
MAKE_ARGS= byte native
USE_OCAML= yes
USE_OCAML_FINDLIB= yes
OCAML_PKGDIRS= csv
-NO_STAGE= yes
.include <bsd.port.mk>