diff options
author | pav <pav@FreeBSD.org> | 2006-05-21 03:57:23 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2006-05-21 03:57:23 +0800 |
commit | ce921473835ebb66d0095e2cc7a5caf6dd645b5e (patch) | |
tree | 2403ddb5451f7caf104060b07880697a1aac5691 /sysutils | |
parent | 0ab946d4f319c1e2cf049cfbc4dd45547e43b4fc (diff) | |
download | freebsd-ports-gnome-ce921473835ebb66d0095e2cc7a5caf6dd645b5e.tar.gz freebsd-ports-gnome-ce921473835ebb66d0095e2cc7a5caf6dd645b5e.tar.zst freebsd-ports-gnome-ce921473835ebb66d0095e2cc7a5caf6dd645b5e.zip |
- Mark IGNORE on < 5.2, these old versions are unsupported
Submitted by: Alex Kozlov <spam@rm-rf.kiev.ua> (maintainer)
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/sfdisk/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/sfdisk/Makefile b/sysutils/sfdisk/Makefile index 7b05dfb43817..2296c9c57812 100644 --- a/sysutils/sfdisk/Makefile +++ b/sysutils/sfdisk/Makefile @@ -26,8 +26,8 @@ NOT_FOR_ARCHS= ia64 CFLAGS+= -DPC98 .endif -.if ${OSVERSION} < 500000 -BROKEN= Does not compile on FreeBSD 4.X +.if ${OSVERSION} < 502000 +IGNORE= is only for FreeBSD 5.X and later .endif .include <bsd.port.post.mk> |