diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2006-12-19 21:19:54 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2006-12-19 21:19:54 +0000 |
commit | 1160fd7012e9178dcc628403246431be1258220c (patch) | |
tree | 7e40351a3df9a22683e158e9f84074c3071a0c56 /audio/jack | |
parent | cba6322b417f491888799446be04740401e2d0fb (diff) | |
download | ports-1160fd7012e9178dcc628403246431be1258220c.tar.gz ports-1160fd7012e9178dcc628403246431be1258220c.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 8ff82f2f039d..318cf329ad8f 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> |