diff options
author | lofi <lofi@FreeBSD.org> | 2006-12-20 05:56:25 +0800 |
---|---|---|
committer | lofi <lofi@FreeBSD.org> | 2006-12-20 05:56:25 +0800 |
commit | 087e3563e9412913b243c2249dfb982d7cf18395 (patch) | |
tree | 1ef318c70958e30816f58f6b23d15889cfc4d148 /audio/jack | |
parent | 3556321f492b1539d2d93716f7e0ef5d25d6940f (diff) | |
download | freebsd-ports-graphics-087e3563e9412913b243c2249dfb982d7cf18395.tar.gz freebsd-ports-graphics-087e3563e9412913b243c2249dfb982d7cf18395.tar.zst freebsd-ports-graphics-087e3563e9412913b243c2249dfb982d7cf18395.zip |
Revert last commit
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 318cf329ad8..8ff82f2f039 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> |