diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2010-08-09 05:04:43 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2010-08-09 05:04:43 +0000 |
commit | 3988dff789374d623cbedd8ab49e43fbdefc2d09 (patch) | |
tree | 28804f676725c19e50cb9a8821184454b82f20d0 /net/ssmping | |
parent | 5e3270e3a21b120f961f57e3a034af1a071d0cd9 (diff) | |
download | ports-3988dff789374d623cbedd8ab49e43fbdefc2d09.tar.gz ports-3988dff789374d623cbedd8ab49e43fbdefc2d09.zip |
Notes
Diffstat (limited to 'net/ssmping')
-rw-r--r-- | net/ssmping/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net/ssmping/Makefile b/net/ssmping/Makefile index 86462f696962..2debae4bf733 100644 --- a/net/ssmping/Makefile +++ b/net/ssmping/Makefile @@ -7,6 +7,7 @@ PORTNAME= ssmping PORTVERSION= 0.9.1 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= http://www.venaas.no/multicast/ssmping/ @@ -24,8 +25,8 @@ PLIST_FILES= bin/ssmping \ .include <bsd.port.pre.mk> -.if ${OSVERSION} >= 700000 -IGNORE= does not work at FreeBSD 7.x and newer +.if ${OSVERSION} <= 8100000 && ${OSVERSION} >= 6400000 +IGNORE= does not work at FreeBSD 7.x .endif do-install: |