diff options
author | az <az@FreeBSD.org> | 2005-10-05 13:54:44 +0000 |
---|---|---|
committer | az <az@FreeBSD.org> | 2005-10-05 13:54:44 +0000 |
commit | ad04e56b5f8becfa465c48bc5a99c30fbab2e024 (patch) | |
tree | 510def8a3711b6dfba84e8980ef5fbd72ff1de8b /sysutils/and | |
parent | d2e8c94f02f5d275ec55cd095156aee8a5f0822b (diff) | |
download | FreeBSD-ports-ad04e56b5f8becfa465c48bc5a99c30fbab2e024.zip FreeBSD-ports-ad04e56b5f8becfa465c48bc5a99c30fbab2e024.tar.gz |
Mark as BROKEN.
This port not functional on => 5.x due kernel changes.
Approved by: sem (mentor)
Diffstat (limited to 'sysutils/and')
-rw-r--r-- | sysutils/and/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/sysutils/and/Makefile b/sysutils/and/Makefile index 8cb244e..5e4ecb9 100644 --- a/sysutils/and/Makefile +++ b/sysutils/and/Makefile @@ -23,4 +23,10 @@ NOPRECIOUSMAKEVARS= yes MAN5= and.conf.5 and.priorities.5 MAN8= and.8 -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} > 500014 +BROKEN= "Not functional due kernel changes >= 5.x" +.endif + +.include <bsd.port.post.mk> |