diff options
author | antoine <antoine@FreeBSD.org> | 2014-03-27 04:48:58 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-03-27 04:48:58 +0800 |
commit | dac0755bebe6039506d738e1be4aa725b88439c7 (patch) | |
tree | 25cb595a23110372a4fabd71f9549d587e757320 /textproc | |
parent | d86fc4096afa1b9f3d5a74c2883fe4189ebfc5fb (diff) | |
download | freebsd-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/Makefile | 3 |
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> |