diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2012-03-02 14:56:37 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2012-03-02 14:56:37 +0000 |
commit | 9cd91f3661df9f46ca39be6084af2ed107b5a0f8 (patch) | |
tree | 466904dc6113c3a4d0ee136e25eaf90a2646b833 /net-mgmt | |
parent | 3daaa39f729e817dc3d0849b7af83ab884ecc936 (diff) | |
download | ports-9cd91f3661df9f46ca39be6084af2ed107b5a0f8.tar.gz ports-9cd91f3661df9f46ca39be6084af2ed107b5a0f8.zip |
Notes
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 |