svn commit: r425662 - head/security/ftimes

Mark Linimon linimon at FreeBSD.org
Tue Nov 8 02:39:38 UTC 2016


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


More information about the svn-ports-all mailing list