aboutsummaryrefslogtreecommitdiff
path: root/sysutils/uhidd
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2009-11-12 03:36:06 +0000
committerMark Linimon <linimon@FreeBSD.org>2009-11-12 03:36:06 +0000
commit82c13c3051e64f2d9aaae9035558d42fd6acf11f (patch)
tree82e3b8dca8569f60ccbedd265e9826aee8eca4e7 /sysutils/uhidd
parenta8b4d6f5c4fdd4fc7f293220b3e616f059dca6c3 (diff)
downloadports-82c13c3051e64f2d9aaae9035558d42fd6acf11f.tar.gz
ports-82c13c3051e64f2d9aaae9035558d42fd6acf11f.zip
Since it is unlikely that this will ever be back-ported to the old
USB stack, IGNORE is preferred to BROKEN here. Hat: portmgr
Notes
Notes: svn path=/head/; revision=244146
Diffstat (limited to 'sysutils/uhidd')
-rw-r--r--sysutils/uhidd/Makefile2
1 files changed, 1 insertions, 1 deletions
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 <bsd.port.pre.mk>
.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)