svn commit: r349293 - head/textproc/ocaml-csv
Antoine Brodin
antoine at FreeBSD.org
Wed Mar 26 20:48:58 UTC 2014
Author: antoine
Date: Wed Mar 26 20:48:58 2014
New Revision: 349293
URL: http://svnweb.freebsd.org/changeset/ports/349293
QAT: https://qat.redports.org/buildarchive/r349293/
Log:
Stage support
Modified:
head/textproc/ocaml-csv/Makefile
Modified: head/textproc/ocaml-csv/Makefile
==============================================================================
--- head/textproc/ocaml-csv/Makefile Wed Mar 26 20:46:03 2014 (r349292)
+++ head/textproc/ocaml-csv/Makefile Wed Mar 26 20:48:58 2014 (r349293)
@@ -13,11 +13,10 @@ COMMENT= An OCaml library to read and wr
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>
More information about the svn-ports-all
mailing list