diff options
Diffstat (limited to 'sysutils/fuser/Makefile')
-rw-r--r-- | sysutils/fuser/Makefile | 4 |
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 |