From 82c13c3051e64f2d9aaae9035558d42fd6acf11f Mon Sep 17 00:00:00 2001 From: Mark Linimon Date: Thu, 12 Nov 2009 03:36:06 +0000 Subject: [PATCH] Since it is unlikely that this will ever be back-ported to the old USB stack, IGNORE is preferred to BROKEN here. Hat: portmgr --- sysutils/uhidd/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sysutils/uhidd/Makefile b/sysutils/uhidd/Makefile index 653fd4d56183..9403843d0a53 100644 --- a/sysutils/uhidd/Makefile +++ b/sysutils/uhidd/Makefile @@ -27,7 +27,7 @@ MAN8= uhidd.8 .include .if ${OSVERSION} < 800069 -BROKEN= Does not build with the old USB stack +IGNORE= does not build with the old USB stack .endif .if !exists(/usr/src/sys/Makefile)