aboutsummaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2003-07-31 05:55:41 +0800
committerkris <kris@FreeBSD.org>2003-07-31 05:55:41 +0800
commit324dd4583e90db3958360a7c23c4a33c610285ba (patch)
tree435e35848542b117e73e4011aa93c80a961702ba /audio
parent13cb635a780e5602854468df9cc9d1c00b0518dd (diff)
downloadfreebsd-ports-gnome-324dd4583e90db3958360a7c23c4a33c610285ba.tar.gz
freebsd-ports-gnome-324dd4583e90db3958360a7c23c4a33c610285ba.tar.zst
freebsd-ports-gnome-324dd4583e90db3958360a7c23c4a33c610285ba.zip
BROKEN on 5.x
Diffstat (limited to 'audio')
-rw-r--r--audio/playmidi/Makefile8
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>