diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2009-05-27 11:32:24 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2009-05-27 11:32:24 +0000 |
commit | e196d27304241c6a45c749687d2c1ced407f9bc2 (patch) | |
tree | e479d752a81fd0835f1a70532542a484229af619 /sysutils/fuser | |
parent | 185429f8265f59eec835676deb3aca7e66847fb9 (diff) | |
download | ports-e196d27304241c6a45c749687d2c1ced407f9bc2.tar.gz ports-e196d27304241c6a45c749687d2c1ced407f9bc2.zip |
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 24302731188e..af490e2cef0e 100644 --- a/sysutils/fuser/Makefile +++ b/sysutils/fuser/Makefile @@ -24,6 +24,9 @@ PLIST_FILES= bin/fuser .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 800066 +BROKEN= does not build +.endif .if (${OSVERSION} > 800000) EXTRA_PATCHES+= ${FILESDIR}/extra::patch-fuser.c \ ${FILESDIR}/extra::patch-fuser.h |