summaryrefslogtreecommitdiff
path: root/audio/xtuner
diff options
context:
space:
mode:
Diffstat (limited to 'audio/xtuner')
-rw-r--r--audio/xtuner/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/audio/xtuner/Makefile b/audio/xtuner/Makefile
index db7c74aff81e..fc6458fdaf32 100644
--- a/audio/xtuner/Makefile
+++ b/audio/xtuner/Makefile
@@ -19,4 +19,10 @@ LIB_DEPENDS= forms.1:${PORTSDIR}/x11-toolkits/xforms
USE_IMAKE= YES
USE_XPM= YES
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 501000
+BROKEN= "Does not compile"
+.endif
+
+.include <bsd.port.post.mk>