aboutsummaryrefslogtreecommitdiff
path: root/lang/ocaml
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2014-10-20 11:32:00 +0000
committerJohn Marino <marino@FreeBSD.org>2014-10-20 11:32:00 +0000
commit0edca697f6a713f48861322e54fd40c00bbed1a8 (patch)
treeda16e21ee1219d9d90452d410fe673e0cf6bc4df /lang/ocaml
parent2db8e8899ef70bdbb31d56ed3ca320ba8f331402 (diff)
downloadports-0edca697f6a713f48861322e54fd40c00bbed1a8.tar.gz
ports-0edca697f6a713f48861322e54fd40c00bbed1a8.zip
Notes
Diffstat (limited to 'lang/ocaml')
-rw-r--r--lang/ocaml/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/ocaml/Makefile b/lang/ocaml/Makefile
index 91ed56e03d50..507a2361e19b 100644
--- a/lang/ocaml/Makefile
+++ b/lang/ocaml/Makefile
@@ -115,7 +115,7 @@ CONFIGURE_ARGS+=-no-tk
OCAML_ARCH= ${ARCH:S/x86_64/amd64/:S/powerpc/power/:S/armv6/arm/}
-.if defined(NO_PROFILE) || ${OCAML_ARCH} == power || ${OPSYS} == DragonFly
+.if defined(NO_PROFILE) || ${OCAML_ARCH} == power
PLIST_SUB+= PROF="@comment "
.else
PLIST_SUB+= PROF=""