diff options
author | kris <kris@FreeBSD.org> | 2006-09-03 08:39:55 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2006-09-03 08:39:55 +0800 |
commit | dd521668380d901b02d592753ba29ad057351e70 (patch) | |
tree | b650596aea92fc061a681eab93dd142da34c1890 /net | |
parent | 615d21569c3d200d5cf239089c30dfe27a5d3f0d (diff) | |
download | freebsd-ports-gnome-dd521668380d901b02d592753ba29ad057351e70.tar.gz freebsd-ports-gnome-dd521668380d901b02d592753ba29ad057351e70.tar.zst freebsd-ports-gnome-dd521668380d901b02d592753ba29ad057351e70.zip |
BROKEN on 6.x: Does not compile
Diffstat (limited to 'net')
-rw-r--r-- | net/nvnet/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/net/nvnet/Makefile b/net/nvnet/Makefile index 9e2f55c81a9d..e75995d5a452 100644 --- a/net/nvnet/Makefile +++ b/net/nvnet/Makefile @@ -30,6 +30,10 @@ MAKE_ENV= OSTYPE=${OPSYS} IGNORE= Systems prior to FreeBSD 4.9 & 5.1 are not supported .endif +.if ${OSVERSION} >= 601104 +BROKEN= Does not compile on FreeBSD >= 6.x +.endif + pre-fetch: .if !exists(${SRC_BASE}/sys/Makefile) IGNORE= Kernel source files required |