svn commit: r414261 - head/Mk

Mathieu Arnold mat at FreeBSD.org
Fri Apr 29 07:41:10 UTC 2016


Author: mat
Date: Fri Apr 29 07:41:09 2016
New Revision: 414261
URL: https://svnweb.freebsd.org/changeset/ports/414261

Log:
  Remove ${PORTSDIR}/ from _DEPENDS for ocaml ports.
  
  Sponsored by:	Absolight

Modified:
  head/Mk/bsd.ocaml.mk   (contents, props changed)

Modified: head/Mk/bsd.ocaml.mk
==============================================================================
--- head/Mk/bsd.ocaml.mk	Fri Apr 29 07:28:39 2016	(r414260)
+++ head/Mk/bsd.ocaml.mk	Fri Apr 29 07:41:09 2016	(r414261)
@@ -64,25 +64,25 @@ OCAML_SITELIBDIR?=	${OCAML_LIBDIR}/site-
 #
 # OCaml compiler port dependency
 #
-OCAMLC_PORT?=		${PORTSDIR}/lang/ocaml
+OCAMLC_PORT?=		lang/ocaml
 OCAMLC_DEPEND?=		${OCAMLC}:${OCAMLC_PORT}
 
 #
 # OCaml package manager port dependency
 #
-OCAMLFIND_PORT?=	${PORTSDIR}/devel/ocaml-findlib
+OCAMLFIND_PORT?=	devel/ocaml-findlib
 OCAMLFIND_DEPEND?=	${OCAMLFIND}:${OCAMLFIND_PORT}
 
 #
 # OCaml camlp4 port dependency
 #
-CAMLP4_PORT?=		${PORTSDIR}/devel/ocaml-camlp4
+CAMLP4_PORT?=		devel/ocaml-camlp4
 CAMLP4_DEPEND?=		${CAMLP4}:${CAMLP4_PORT}
 
 #
 # OCaml TK bindings dependency
 #
-OCAMLTK_PORT?=		${PORTSDIR}/x11-toolkits/ocaml-labltk
+OCAMLTK_PORT?=		x11-toolkits/ocaml-labltk
 OCAMLTK_DEPENDS?=	${OCAMLTK}:${OCAMLTK_PORT}
 
 #


More information about the svn-ports-head mailing list