diff options
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/ocaml-csv/Makefile | 3 | ||||
-rw-r--r-- | textproc/ocaml-csv/pkg-plist | 5 |
2 files changed, 7 insertions, 1 deletions
diff --git a/textproc/ocaml-csv/Makefile b/textproc/ocaml-csv/Makefile index bde8155cecf1..7a96bd83f581 100644 --- a/textproc/ocaml-csv/Makefile +++ b/textproc/ocaml-csv/Makefile @@ -7,7 +7,7 @@ PORTNAME= ocaml-csv PORTVERSION= 1.2.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc MASTER_SITES= https://forge.ocamlcore.org/frs/download.php/420/ @@ -18,6 +18,7 @@ BUILD_DEPENDS= ${LOCALBASE}/${OCAML_SITELIBDIR}/extlib:${PORTSDIR}/devel/ocaml-e WRKSRC= ${WRKDIR}/csv-${PORTVERSION} USE_GMAKE= yes +MAKE_ARGS= byte native USE_OCAML= yes USE_OCAML_FINDLIB= yes OCAML_PKGDIRS= csv diff --git a/textproc/ocaml-csv/pkg-plist b/textproc/ocaml-csv/pkg-plist index 45aadd27a0e4..9aa382b55752 100644 --- a/textproc/ocaml-csv/pkg-plist +++ b/textproc/ocaml-csv/pkg-plist @@ -1,2 +1,7 @@ +%%OCAML_SITELIBDIR%%/csv/csv.a +%%OCAML_SITELIBDIR%%/csv/csv.cma %%OCAML_SITELIBDIR%%/csv/csv.cmi +%%OCAML_SITELIBDIR%%/csv/csv.cmx +%%OCAML_SITELIBDIR%%/csv/csv.cmxa +%%OCAML_SITELIBDIR%%/csv/csv.mli %%OCAML_SITELIBDIR%%/csv/META |