summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorChris Rees <crees@FreeBSD.org>2012-05-27 09:43:51 +0000
committerChris Rees <crees@FreeBSD.org>2012-05-27 09:43:51 +0000
commit6f4385d5ab2fc2886c7b221c3659988bf1922b65 (patch)
treee9837e872aa6aef9f9ecd2926f9b3a47577b0242 /net
parent* Sun May 20 - Christophe Dumez <chris@qbittorrent.org> - v2.9.9 (diff)
Fix OSVERSION check and remove consideration for <7 (bogus anyway)
PR: ports/168279 Submitted by: crees Approved by: dikshie@lapi.itb.ac.id (maintainer)
Notes
Notes: svn path=/head/; revision=297534
Diffstat (limited to 'net')
-rw-r--r--net/ssmping/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ssmping/Makefile b/net/ssmping/Makefile
index 2debae4bf733..3f1eea2e146f 100644
--- a/net/ssmping/Makefile
+++ b/net/ssmping/Makefile
@@ -25,7 +25,7 @@ PLIST_FILES= bin/ssmping \
.include <bsd.port.pre.mk>
-.if ${OSVERSION} <= 8100000 && ${OSVERSION} >= 6400000
+.if ${OSVERSION} <= 810000
IGNORE= does not work at FreeBSD 7.x
.endif