aboutsummaryrefslogtreecommitdiff
path: root/net/ssmping
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/ssmping
parent17d93073d16b52800b1fe6593e047490b4873667 (diff)
downloadports-6f4385d5ab2fc2886c7b221c3659988bf1922b65.tar.gz
ports-6f4385d5ab2fc2886c7b221c3659988bf1922b65.zip
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/ssmping')
-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