aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2008-07-08 17:23:03 +0800
committerpav <pav@FreeBSD.org>2008-07-08 17:23:03 +0800
commit04cde6ba1cf38f88fd4a7b03af5d8e0200ee73e9 (patch)
tree667c49dcfe584060ea4095cca1a68b9a651c42ef /sysutils
parent1107a3c8040b7569fa8cd685c6979d0760b21619 (diff)
downloadfreebsd-ports-gnome-04cde6ba1cf38f88fd4a7b03af5d8e0200ee73e9.tar.gz
freebsd-ports-gnome-04cde6ba1cf38f88fd4a7b03af5d8e0200ee73e9.tar.zst
freebsd-ports-gnome-04cde6ba1cf38f88fd4a7b03af5d8e0200ee73e9.zip
- Mark BROKEN on 8-CURRENT
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/fuser/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/sysutils/fuser/Makefile b/sysutils/fuser/Makefile
index 51c0bcc403ea..c6f845adda62 100644
--- a/sysutils/fuser/Makefile
+++ b/sysutils/fuser/Makefile
@@ -27,6 +27,10 @@ PLIST_FILES= bin/fuser
IGNORE= src/sys/fs/devfs/devfs_int.h does not exist before OSVERSION 600000
.endif
+.if ${OSVERSION} >= 800000
+BROKEN= does not compile
+.endif
+
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/${MAN1} ${PREFIX}/man/man1