diff options
author | pav <pav@FreeBSD.org> | 2012-03-02 22:56:37 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2012-03-02 22:56:37 +0800 |
commit | 695efea0ec6d8f58c0418314007f4d5248b66aaf (patch) | |
tree | 5b7c1c08829036ce9e4f2f103d6c1c6ce1f25ce2 /net-mgmt | |
parent | 29330e7c69f0413b170fb891a108ed00eac3c41f (diff) | |
download | freebsd-ports-gnome-695efea0ec6d8f58c0418314007f4d5248b66aaf.tar.gz freebsd-ports-gnome-695efea0ec6d8f58c0418314007f4d5248b66aaf.tar.zst freebsd-ports-gnome-695efea0ec6d8f58c0418314007f4d5248b66aaf.zip |
- Remove conditional checks for FreeBSD 6.X
PR: ports/165608
Submitted by: pgollucci
Approved by: portmgr (hat)
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/spectools/Makefile | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/net-mgmt/spectools/Makefile b/net-mgmt/spectools/Makefile index a910ed35dc28..04952c696d76 100644 --- a/net-mgmt/spectools/Makefile +++ b/net-mgmt/spectools/Makefile @@ -48,12 +48,6 @@ PLIST_SUB+= NCURSES="@comment " .include <bsd.port.pre.mk> -.if ${OSVERSION} < 602101 -IGNORE= is unsupported on systems prior to FreeBSD v602101 -.elif ${OSVERSION} > 700000 && ${OSVERSION} < 700027 -IGNORE= is unsupported on systems prior to FreeBSD v700027 -.endif - .if ${OSVERSION} < 800069 LIB_DEPENDS+= usb-0.1:${PORTSDIR}/devel/libusb .endif |