Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 8 Nov 2016 02:39:36 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r425662 - head/security/ftimes
Message-ID:  <201611080239.uA82daAi056352@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Tue Nov  8 02:39:36 2016
New Revision: 425662
URL: https://svnweb.freebsd.org/changeset/ports/425662

Log:
  Fix typo that is not detected by 'make describe'.  Sigh.

Modified:
  head/security/ftimes/Makefile

Modified: head/security/ftimes/Makefile
==============================================================================
--- head/security/ftimes/Makefile	Tue Nov  8 02:37:52 2016	(r425661)
+++ head/security/ftimes/Makefile	Tue Nov  8 02:39:36 2016	(r425662)
@@ -13,8 +13,8 @@ COMMENT=		System baselining and evidence
 LICENSE=		BSD3CLAUSE APACHE20 MIT
 LICENSE_COMB=		multi
 
-BROKEN_arm64:		fails to build: aarch64 is not currently supported
-BROKEN_mips64:		fails to build: mips64 is not currently supported
+BROKEN_arm64=		fails to build: aarch64 is not currently supported
+BROKEN_mips64=		fails to build: mips64 is not currently supported
 
 GNU_CONFIGURE=		yes
 USES=			perl5 shebangfix tar:tgz



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