svn commit: r431284 - head/sysutils/scprotect

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Jan 12 17:04:17 UTC 2017


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:


More information about the svn-ports-head mailing list