diff options
Diffstat (limited to 'audio')
-rw-r--r-- | audio/jack/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/jack/Makefile b/audio/jack/Makefile index 318cf329ad8f..8ff82f2f039d 100644 --- a/audio/jack/Makefile +++ b/audio/jack/Makefile @@ -81,8 +81,8 @@ post-patch: post-build: @${RM} -f ${WRKSRC}/doc/reference/html/dir__2F* -#.if ${OSVERSION} < 500000 -#BROKEN= Does not compile on 4.x -#.endif +.if ${OSVERSION} < 500000 +BROKEN= Does not compile on 4.x +.endif .include <bsd.port.post.mk> |