diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2011-11-06 16:36:34 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2011-11-06 16:36:34 +0000 |
commit | e8f615fbc715f42707a29c7edb35e44d385cf208 (patch) | |
tree | f3d03c9a8d450e1086285595fa1bf043f7497bf6 /comms/uarduno | |
parent | d79546650036a31ea6a476b307e54f0c4f692f31 (diff) | |
download | ports-e8f615fbc715f42707a29c7edb35e44d385cf208.tar.gz ports-e8f615fbc715f42707a29c7edb35e44d385cf208.zip |
- Get rid FreeBSD 6.X support
Notes
Notes:
svn path=/head/; revision=285175
Diffstat (limited to 'comms/uarduno')
-rw-r--r-- | comms/uarduno/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/comms/uarduno/Makefile b/comms/uarduno/Makefile index ca41501cccb5..fe1fbf3379e6 100644 --- a/comms/uarduno/Makefile +++ b/comms/uarduno/Makefile @@ -43,10 +43,6 @@ CFLAGS+= -DKERNELVER=${OSVERSION} .include <bsd.port.pre.mk> -.if ${OSVERSION} < 700000 -BROKEN= not tested for earlier than 7.x, probably won't build -.endif - .if ${OSVERSION} < 800000 # Simple check for 7.x kernel source (find usb.c) .if ! exists(${SRCPREFIX}/sys/dev/usb/usb.c) |