diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2006-12-20 05:19:54 +0800 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2006-12-20 05:19:54 +0800 |
commit | 1160fd7012e9178dcc628403246431be1258220c (patch) | |
tree | 7e40351a3df9a22683e158e9f84074c3071a0c56 /audio/jack/Makefile | |
parent | cba6322b417f491888799446be04740401e2d0fb (diff) | |
download | freebsd-ports-gnome-1160fd7012e9178dcc628403246431be1258220c.tar.gz freebsd-ports-gnome-1160fd7012e9178dcc628403246431be1258220c.tar.zst freebsd-ports-gnome-1160fd7012e9178dcc628403246431be1258220c.zip |
Update to KDE 3.5.5 / KOffice 1.6.1
Approved by: portmgr
Diffstat (limited to 'audio/jack/Makefile')
-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> |