Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 Apr 2016 07:41:09 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r414261 - head/Mk
Message-ID:  <201604290741.u3T7f9bD075455@repo.freebsd.org>

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



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