svn commit: r399907 - head/sysutils/vm-bhyve

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Oct 21 13:22:55 UTC 2015


Author: amdmi3
Date: Wed Oct 21 13:22:53 2015
New Revision: 399907
URL: https://svnweb.freebsd.org/changeset/ports/399907

Log:
  - Fix BROKEN/IGNORE misuse
  
  Approved by:	portmgr blanket

Modified:
  head/sysutils/vm-bhyve/Makefile

Modified: head/sysutils/vm-bhyve/Makefile
==============================================================================
--- head/sysutils/vm-bhyve/Makefile	Wed Oct 21 12:28:21 2015	(r399906)
+++ head/sysutils/vm-bhyve/Makefile	Wed Oct 21 13:22:53 2015	(r399907)
@@ -23,7 +23,7 @@ NO_BUILD=	yes
 .include <bsd.port.pre.mk>
 
 .if ${OSVERSION} < 1000000
-BROKEN=		This port works only on FreeBSD 10 and newer
+IGNORE=		This port works only on FreeBSD 10 and newer
 .endif
 
 do-install:


More information about the svn-ports-head mailing list