diff options
Diffstat (limited to 'audio/tclmidi/Makefile')
-rw-r--r-- | audio/tclmidi/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/audio/tclmidi/Makefile b/audio/tclmidi/Makefile index 3dfdb1d4d9f1..637732d2f9f7 100644 --- a/audio/tclmidi/Makefile +++ b/audio/tclmidi/Makefile @@ -35,6 +35,8 @@ MANN= midiconf.n midievnt.n midifree.n midiget.n midigrep.n \ .if ${ARCH} == "ia64" || ${ARCH} == "sparc64" IGNORE= ignored due to cast from pointer to integer of different size +.elif ${OSVERSION} >= 900000 +BROKEN= does not build .endif post-patch: |