diff options
author | lofi <lofi@FreeBSD.org> | 2006-12-20 05:19:54 +0800 |
---|---|---|
committer | lofi <lofi@FreeBSD.org> | 2006-12-20 05:19:54 +0800 |
commit | 3828fc39e5d63eefcdca3ff5af0109f10b93f877 (patch) | |
tree | dfe74a40edd57f02fbd57bfa287eb3281bb050e6 /audio/jack | |
parent | c888bac68f8b3b52cf311314ac186e603ae40703 (diff) | |
download | freebsd-ports-gnome-3828fc39e5d63eefcdca3ff5af0109f10b93f877.tar.gz freebsd-ports-gnome-3828fc39e5d63eefcdca3ff5af0109f10b93f877.tar.zst freebsd-ports-gnome-3828fc39e5d63eefcdca3ff5af0109f10b93f877.zip |
Update to KDE 3.5.5 / KOffice 1.6.1
Approved by: portmgr
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> |