aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorcrees <crees@FreeBSD.org>2012-05-27 17:43:51 +0800
committercrees <crees@FreeBSD.org>2012-05-27 17:43:51 +0800
commit272ff67050b89974d9965ec8ae9a6294261d8d18 (patch)
tree3e5c13c7e807439846a91a0798912bcfccfa311c /net
parentd03db58ae66a9b0dca44e74d4967cdb25ac54faa (diff)
downloadfreebsd-ports-gnome-272ff67050b89974d9965ec8ae9a6294261d8d18.tar.gz
freebsd-ports-gnome-272ff67050b89974d9965ec8ae9a6294261d8d18.tar.zst
freebsd-ports-gnome-272ff67050b89974d9965ec8ae9a6294261d8d18.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)
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