aboutsummaryrefslogtreecommitdiff
path: root/audio/jack
diff options
context:
space:
mode:
Diffstat (limited to 'audio/jack')
-rw-r--r--audio/jack/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/jack/Makefile b/audio/jack/Makefile
index 08aeb8c00917..27d7be930565 100644
--- a/audio/jack/Makefile
+++ b/audio/jack/Makefile
@@ -31,7 +31,7 @@ MAN1= jackd.1 jackstart.1
.include <bsd.port.pre.mk>
-.if (${OSVERSION} > 500000) && (${OSVERSION} < 502102)
+.if (${OSVERSION} > 500000 ) && (${OSVERSION} < 502102 )
BROKEN= "Does not compile"
.endif