diff options
Diffstat (limited to 'net')
-rw-r--r-- | net/atmsupport/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/atmsupport/Makefile b/net/atmsupport/Makefile index 8ed36eef830c..deac89453346 100644 --- a/net/atmsupport/Makefile +++ b/net/atmsupport/Makefile @@ -25,8 +25,8 @@ MAN1= unidecode.1 uniencode.1 .include <bsd.port.pre.mk> -.if ${OSVERSION} < 500000 -IGNORE= "ngATM not implemented on FreeBSD 4.x and earlier" +.if ${OSVERSION} < 501114 +IGNORE= "ngATM not implemented on FreeBSD 4.x, 5.1 and earlier" .endif .include <bsd.port.post.mk> |