BROKEN on 5.x
This commit is contained in:
parent
e8793ef5f6
commit
51525d4d21
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=85960
1 changed files with 7 additions and 1 deletions
|
@ -13,6 +13,12 @@ MASTER_SITES= http://people.nl.linux.org/~diz/playmidi/
|
|||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= MIDI player
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} > 501000
|
||||
BROKEN= "Does not compile"
|
||||
.endif
|
||||
|
||||
IS_INTERACTIVE= YES # asks what devices you want to support
|
||||
HAS_CONFIGURE= YES
|
||||
CONFIGURE_SCRIPT= Configure
|
||||
|
@ -20,4 +26,4 @@ CONFIGURE_ENV= PREFIX=${PREFIX}
|
|||
INSTALL_TARGET= install.lame install.man
|
||||
MAN1= playmidi.1
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
Loading…
Reference in a new issue