svn commit: r361535 - head/devel/ocaml-classes

Vanilla I. Shu vanilla at FreeBSD.org
Fri Jul 11 14:00:06 UTC 2014


Author: vanilla
Date: Fri Jul 11 14:00:05 2014
New Revision: 361535
URL: http://svnweb.freebsd.org/changeset/ports/361535
QAT: https://qat.redports.org/buildarchive/r361535/

Log:
  switch to USE_OCAML*.

Deleted:
  head/devel/ocaml-classes/pkg-plist
Modified:
  head/devel/ocaml-classes/Makefile

Modified: head/devel/ocaml-classes/Makefile
==============================================================================
--- head/devel/ocaml-classes/Makefile	Fri Jul 11 13:54:39 2014	(r361534)
+++ head/devel/ocaml-classes/Makefile	Fri Jul 11 14:00:05 2014	(r361535)
@@ -13,9 +13,9 @@ COMMENT=	Ocaml Object interface for ocam
 
 LICENSE=	LGPL21
 
-BUILD_DEPENDS=	ocamlc:${PORTSDIR}/lang/ocaml
-RUN_DEPENDS:=	${BUILD_DEPENDS}
-
+USE_OCAML=	yes
+USE_OCAML_FINDLIB=	yes
+USE_OCAMLFIND_PLIST=	yes
 MAKE_ENV=	INSTALL="${INSTALL_DATA}"
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list