diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2003-11-17 19:20:17 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2003-11-17 19:20:17 +0000 |
commit | 6d6e71f014b59b1a8db28aa88c28182569622766 (patch) | |
tree | 4b7ad6de05a4bf0100d487e122076e042d1e8ac4 /audio/playmidi/Makefile | |
parent | KTagebuch is a diary program for KDE 3. (diff) |
- Let the build break on -CURRENT a little later.
This software needs ultrasound.h header which was axed from HEAD
3 years ago. It survived in RELENG_4 however.
PR: ports/59004
Submitted by: Ports Fury
Approved by: adamw (mentor)
Notes
Notes:
svn path=/head/; revision=94186
Diffstat (limited to 'audio/playmidi/Makefile')
-rw-r--r-- | audio/playmidi/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/playmidi/Makefile b/audio/playmidi/Makefile index 912d419311bc..9929f177fa18 100644 --- a/audio/playmidi/Makefile +++ b/audio/playmidi/Makefile @@ -15,7 +15,7 @@ COMMENT= MIDI player .include <bsd.port.pre.mk> -.if ${OSVERSION} > 501000 +.if ${OSVERSION} > 500014 BROKEN= "Does not compile" .endif |