Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Mar 2014 20:48:58 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r349293 - head/textproc/ocaml-csv
Message-ID:  <201403262048.s2QKmwDG079790@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403262048.s2QKmwDG079790>