diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2003-11-17 21:34:54 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2003-11-17 21:34:54 +0000 |
commit | e723890f3cd347f6828f765dbda8dc1a4946ede1 (patch) | |
tree | 4997e12501c2291b539585cba7a0339f831cbde3 /audio/playmidi/Makefile | |
parent | Compile python files on installation. (diff) |
Unbreak on 5.x. It will not work with Gravis Ultrasound boards,
but they're almost extinct today anyway.
Submitted by: Mathew Kanner <mat@cnd.mcgill.ca>
Approved by: adamw (mentor)
Notes
Notes:
svn path=/head/; revision=94204
Diffstat (limited to 'audio/playmidi/Makefile')
-rw-r--r-- | audio/playmidi/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/playmidi/Makefile b/audio/playmidi/Makefile index 13ae9f8dfc99..b8f6af60caf2 100644 --- a/audio/playmidi/Makefile +++ b/audio/playmidi/Makefile @@ -15,8 +15,8 @@ COMMENT= MIDI player .include <bsd.port.pre.mk> -.if ${OSVERSION} > 500014 -BROKEN= "Does not compile" +.if ${OSVERSION} >= 500014 +EXTRA_PATCHES= ${FILESDIR}/extra-* .endif ONLY_FOR_ARCHS= i386 |