aboutsummaryrefslogtreecommitdiffstats
path: root/net/atmsupport
diff options
context:
space:
mode:
authorharti <harti@FreeBSD.org>2004-02-02 16:32:54 +0800
committerharti <harti@FreeBSD.org>2004-02-02 16:32:54 +0800
commite3e2caa82f602fd77c073b095552d52364e29d34 (patch)
treeaec252c918ca26078291f457c3ab95ef94add171 /net/atmsupport
parente2fdec714b514ed7952b896dc2f66bccc9115249 (diff)
downloadfreebsd-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/Makefile4
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>