diff options
author | harti <harti@FreeBSD.org> | 2004-02-02 16:32:54 +0800 |
---|---|---|
committer | harti <harti@FreeBSD.org> | 2004-02-02 16:32:54 +0800 |
commit | e3e2caa82f602fd77c073b095552d52364e29d34 (patch) | |
tree | aec252c918ca26078291f457c3ab95ef94add171 /net/atmsupport | |
parent | e2fdec714b514ed7952b896dc2f66bccc9115249 (diff) | |
download | freebsd-ports-gnome-e3e2caa82f602fd77c073b095552d52364e29d34.tar.gz freebsd-ports-gnome-e3e2caa82f602fd77c073b095552d52364e29d34.tar.zst freebsd-ports-gnome-e3e2caa82f602fd77c073b095552d52364e29d34.zip |
Build atmsupport only starting from FreeBSD_version 50114. This is
approximately the version when the ATM stuff went in that this port
should test.
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> |