diff options
author | Hartmut Brandt <harti@FreeBSD.org> | 2004-02-02 08:32:54 +0000 |
---|---|---|
committer | Hartmut Brandt <harti@FreeBSD.org> | 2004-02-02 08:32:54 +0000 |
commit | aefc8929d342bdfce98a538d8eb18b4ac8f3ada2 (patch) | |
tree | 0c91a51aa65dde3f90ab24dedcbd2b6342c9f726 /net/atmsupport | |
parent | 774d8de4d1e9fae15e669ec32d95f232354a393a (diff) | |
download | ports-aefc8929d342bdfce98a538d8eb18b4ac8f3ada2.tar.gz ports-aefc8929d342bdfce98a538d8eb18b4ac8f3ada2.zip |
Notes
Diffstat (limited to 'net/atmsupport')
-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> |