diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2008-08-23 17:14:08 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2008-08-23 17:14:08 +0000 |
commit | d2de7775cff81473cadcb736b825cff4bea8e93c (patch) | |
tree | 01b0ddbf1922ad816a7d336fa35ec430b4f2e4e9 /sysutils/lsof | |
parent | 5f55db781b176fbaa2df1654250b1245e33e4e5a (diff) |
Notes
Diffstat (limited to 'sysutils/lsof')
-rw-r--r-- | sysutils/lsof/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sysutils/lsof/Makefile b/sysutils/lsof/Makefile index 0b7cfa1117a5..985ea4343e87 100644 --- a/sysutils/lsof/Makefile +++ b/sysutils/lsof/Makefile @@ -99,6 +99,8 @@ pre-configure: @${ECHO} "************************************************************" @${ECHO} "" .endif +.elif ${OSVERSION} >= 800000 +BROKEN= does not build .endif post-install: |