Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Oct 2014 11:32:00 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r371260 - head/lang/ocaml
Message-ID:  <201410201132.s9KBW06w002834@svn.freebsd.org>

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



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