diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2009-08-08 06:53:38 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2009-08-08 06:53:38 +0000 |
commit | c48fc522593ec5048ee9ac48594d3dc9d661526a (patch) | |
tree | 49131dc5e50f891df3cb4ac34ee1e758f92ba2cd /sysutils/fuser | |
parent | bcbe3903a830b2b9958ff2fa75fd385dcedef431 (diff) |
Notes
Diffstat (limited to 'sysutils/fuser')
-rw-r--r-- | sysutils/fuser/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sysutils/fuser/Makefile b/sysutils/fuser/Makefile index 1379da6dfbe9..5228b1de6cc9 100644 --- a/sysutils/fuser/Makefile +++ b/sysutils/fuser/Makefile @@ -31,6 +31,9 @@ EXTRA_PATCHES+= ${FILESDIR}/extra::patch-fuser.c \ .if ${OSVERSION} >= 800066 EXTRA_PATCHES+= ${FILESDIR}/extra::patch-msdosfs.c .endif +.if ${OSVERSION} >= 800101 +BROKEN= does not compile on 8.X +.endif do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin |