aboutsummaryrefslogtreecommitdiff
path: root/textproc/ocaml-csv
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2014-03-26 20:48:58 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2014-03-26 20:48:58 +0000
commita697336cb9b0735313b44352cdaac9c928ac9295 (patch)
tree25cb595a23110372a4fabd71f9549d587e757320 /textproc/ocaml-csv
parentd1b3e4e1c58d07f08459ff7c810f549637274b9e (diff)
downloadports-a697336cb9b0735313b44352cdaac9c928ac9295.tar.gz
ports-a697336cb9b0735313b44352cdaac9c928ac9295.zip
Stage support
Notes
Notes: svn path=/head/; revision=349293
Diffstat (limited to 'textproc/ocaml-csv')
-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>