Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Dec 2013 15:35:19 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r336358 - head/math/ocamlgsl
Message-ID:  <201312131535.rBDFZJ9J098633@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Fri Dec 13 15:35:19 2013
New Revision: 336358
URL: http://svnweb.freebsd.org/changeset/ports/336358

Log:
  Works with any modern compiler

Modified:
  head/math/ocamlgsl/Makefile

Modified: head/math/ocamlgsl/Makefile
==============================================================================
--- head/math/ocamlgsl/Makefile	Fri Dec 13 15:33:42 2013	(r336357)
+++ head/math/ocamlgsl/Makefile	Fri Dec 13 15:35:19 2013	(r336358)
@@ -20,8 +20,7 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 
 INSTALL_TARGET=	install-findlib
 
-USE_GMAKE=	YES
-USE_GCC=	4.2+
+USES=		gmake
 USE_OCAML=	YES
 MAKE_ENV+=	OCAMLDIR=${OCAML_LIBDIR}
 MAKE_JOBS_UNSAFE=	yes



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