diff options
author | linimon <linimon@FreeBSD.org> | 2009-11-12 11:36:06 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2009-11-12 11:36:06 +0800 |
commit | 2c4524e6d8ef2c0f9454a4f42e1753bd72e5e119 (patch) | |
tree | 70746965f0107272c07cd1a299070b8456c2da9e /sysutils | |
parent | 6067c80af780279d6154c24accf76bf3a04f9fa9 (diff) | |
download | freebsd-ports-graphics-2c4524e6d8ef2c0f9454a4f42e1753bd72e5e119.tar.gz freebsd-ports-graphics-2c4524e6d8ef2c0f9454a4f42e1753bd72e5e119.tar.zst freebsd-ports-graphics-2c4524e6d8ef2c0f9454a4f42e1753bd72e5e119.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
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/uhidd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/uhidd/Makefile b/sysutils/uhidd/Makefile index 653fd4d5618..9403843d0a5 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) |