svn commit: r336358 - head/math/ocamlgsl

Baptiste Daroussin bapt at FreeBSD.org
Fri Dec 13 15:35:20 UTC 2013


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


More information about the svn-ports-head mailing list