aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2012-03-02 14:56:37 +0000
committerPav Lucistnik <pav@FreeBSD.org>2012-03-02 14:56:37 +0000
commit9cd91f3661df9f46ca39be6084af2ed107b5a0f8 (patch)
tree466904dc6113c3a4d0ee136e25eaf90a2646b833 /net-mgmt
parent3daaa39f729e817dc3d0849b7af83ab884ecc936 (diff)
downloadports-9cd91f3661df9f46ca39be6084af2ed107b5a0f8.tar.gz
ports-9cd91f3661df9f46ca39be6084af2ed107b5a0f8.zip
- Remove conditional checks for FreeBSD 6.X
PR: ports/165608 Submitted by: pgollucci Approved by: portmgr (hat)
Notes
Notes: svn path=/head/; revision=292531
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/spectools/Makefile6
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