Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 Jan 2017 17:04:15 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r431284 - head/sysutils/scprotect
Message-ID:  <201701121704.v0CH4FFx065683@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Thu Jan 12 17:04:15 2017
New Revision: 431284
URL: https://svnweb.freebsd.org/changeset/ports/431284

Log:
  - Fix BROKEN message

Modified:
  head/sysutils/scprotect/Makefile

Modified: head/sysutils/scprotect/Makefile
==============================================================================
--- head/sysutils/scprotect/Makefile	Thu Jan 12 17:03:51 2017	(r431283)
+++ head/sysutils/scprotect/Makefile	Thu Jan 12 17:04:15 2017	(r431284)
@@ -18,7 +18,7 @@ CFLAGS+=	-DWITH_SCPROTECT_LIST
 .include <bsd.port.pre.mk>
 
 .if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1100000
-BROKEN=		does not build on 11.x
+BROKEN=		does not build on FreeBSD 11.x+
 .endif
 
 post-extract:



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