BROKEN on 5.x

This commit is contained in:
Kris Kennaway 2003-07-30 21:55:41 +00:00
parent e8793ef5f6
commit 51525d4d21
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=85960

View file

@ -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>