diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2003-07-30 21:55:41 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2003-07-30 21:55:41 +0000 |
commit | 51525d4d21f0f48951e8a7d4046672fd762d728d (patch) | |
tree | 1ee0c50a3f239d58e410add1d05171fa9797389a /audio/playmidi/Makefile | |
parent | e8793ef5f6c31d1d447aae86b4abd598c655d326 (diff) | |
download | ports-51525d4d21f0f48951e8a7d4046672fd762d728d.tar.gz ports-51525d4d21f0f48951e8a7d4046672fd762d728d.zip |
Notes
Diffstat (limited to 'audio/playmidi/Makefile')
-rw-r--r-- | audio/playmidi/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/audio/playmidi/Makefile b/audio/playmidi/Makefile index f190c9fbe3e4..912d419311bc 100644 --- a/audio/playmidi/Makefile +++ b/audio/playmidi/Makefile @@ -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> |