aboutsummaryrefslogtreecommitdiff
path: root/Mk/bsd.port.mk
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2014-03-26 20:07:11 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2014-03-26 20:07:11 +0000
commit578bdcd05da29322cc413194e5b3f4ef863886ff (patch)
tree0a98a3aba6b4e9ea80b4ad5eee48021882ede48f /Mk/bsd.port.mk
parente45387b9045b358ddd2e49238f0a90e50f113eb2 (diff)
downloadports-578bdcd05da29322cc413194e5b3f4ef863886ff.tar.gz
ports-578bdcd05da29322cc413194e5b3f4ef863886ff.zip
Make bsd.ocaml.mk more stage friendly
Reviewed by: bapt With hat: portmgr
Notes
Notes: svn path=/head/; revision=349286
Diffstat (limited to 'Mk/bsd.port.mk')
-rw-r--r--Mk/bsd.port.mk4
1 files changed, 4 insertions, 0 deletions
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