svn commit: r371260 - head/lang/ocaml

John Marino marino at FreeBSD.org
Mon Oct 20 11:32:01 UTC 2014


Author: marino
Date: Mon Oct 20 11:32:00 2014
New Revision: 371260
URL: https://svnweb.freebsd.org/changeset/ports/371260
QAT: https://qat.redports.org/buildarchive/r371260/

Log:
  lang/ocaml: Remove special NO_PROFILE handling for DragonFly

Modified:
  head/lang/ocaml/Makefile

Modified: head/lang/ocaml/Makefile
==============================================================================
--- head/lang/ocaml/Makefile	Mon Oct 20 11:24:07 2014	(r371259)
+++ head/lang/ocaml/Makefile	Mon Oct 20 11:32:00 2014	(r371260)
@@ -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=""


More information about the svn-ports-all mailing list