From 9315ea98a2eaf3f8fec80c04dde2edf07cc1d2c5 Mon Sep 17 00:00:00 2001 From: antoine Date: Wed, 26 Mar 2014 20:07:11 +0000 Subject: Make bsd.ocaml.mk more stage friendly Reviewed by: bapt With hat: portmgr --- Mk/bsd.port.mk | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Mk/bsd.port.mk') diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk index 4b125429bba5..711ea8bc0259 100644 --- a/Mk/bsd.port.mk +++ b/Mk/bsd.port.mk @@ -1845,6 +1845,10 @@ IGNORE= Do not define STAGEDIR in command line .include "${PORTSDIR}/Mk/bsd.java.mk" .endif +.if defined(USE_OCAML) +.include "${PORTSDIR}/Mk/bsd.ocaml.mk" +.endif + .if defined(USE_LINUX_RPM) .include "${PORTSDIR}/Mk/bsd.linux-rpm.mk" .endif -- cgit