diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2006-12-19 21:56:25 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2006-12-19 21:56:25 +0000 |
commit | f2f8530e3990055c450c7c0a2723ae89dc0e0dc5 (patch) | |
tree | b0d1322ef0e4589eb2d2a063d9041b176584fbd0 /audio/jack | |
parent | 5a1959810926810b009576ecb6594c20509646d3 (diff) | |
download | ports-f2f8530e3990055c450c7c0a2723ae89dc0e0dc5.tar.gz ports-f2f8530e3990055c450c7c0a2723ae89dc0e0dc5.zip |
Notes
Diffstat (limited to 'audio/jack')
-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> |